UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 285 B
import _Guide from './guide'; import { WithInstallType } from '../shared'; import { TdGuideProps } from './type'; import './style'; export * from './type'; export declare type GuideProps = TdGuideProps; export declare const Guide: WithInstallType<typeof _Guide>; export default Guide;