UNPKG

tdesign-mobile-vue

Version:
11 lines (10 loc) 371 B
import _Drawer from './drawer'; import { WithInstallType } from '../shared'; import './style'; import { TdDrawerProps } from './type'; export declare type DrawerProps = TdDrawerProps; export * from './type'; export * from './plugin'; export { default as DrawerPlugin } from './plugin'; export declare const Drawer: WithInstallType<typeof _Drawer>; export default Drawer;