UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 287 B
import type { SFCWithInstall } from '../_util/interface'; import Drawer from './drawer'; type DrawerType = SFCWithInstall<typeof Drawer>; export declare const FDrawer: DrawerType; export { drawerProps } from './props'; export type { DrawerProps } from './props'; export default FDrawer;