PromoCursed/node_modules/antd/lib/tour/index.d.ts

8 lines
240 B
TypeScript
Raw Normal View History

2024-08-20 23:25:37 +04:00
import React from 'react';
import type { TourProps } from './interface';
import PurePanel from './PurePanel';
declare const Tour: React.FC<TourProps> & {
_InternalPanelDoNotUseOrYouWillBeFired: typeof PurePanel;
};
export default Tour;