UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

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;