UNPKG

@aplus-frontend/ui

Version:

11 lines (10 loc) 393 B
import { Drawer as _Drawer } from '@aplus-frontend/antdv'; import { CreateDrawerFunc } from './interface'; import { default as ApDrawerClose } from './components/ApDrawerClose.vue'; export * from './interface'; type ApDrawerMixedProps = typeof _Drawer & { createDrawer: CreateDrawerFunc; Close: typeof ApDrawerClose; }; declare const ApDrawer: ApDrawerMixedProps; export { ApDrawer };