UNPKG

linkmore-design

Version:

🌈 πŸš€lmη»„δ»ΆεΊ“γ€‚πŸš€

8 lines (7 loc) β€’ 241 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;