tdesign-mobile-vue
Version:
tdesign-mobile-vue
11 lines (10 loc) • 371 B
TypeScript
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;