UNPKG

antd-hz

Version:

华卓科技基于 antd 5.0 定制的组件库

8 lines (7 loc) 240 B
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;