6 lines
358 B
TypeScript
6 lines
358 B
TypeScript
export { drawerProps, default as NDrawer } from './src/Drawer';
|
|
export type { DrawerProps } from './src/Drawer';
|
|
export type { Placement as DrawerPlacement } from './src/DrawerBodyWrapper';
|
|
export { drawerContentProps, default as NDrawerContent } from './src/DrawerContent';
|
|
export type { DrawerContentProps, DrawerContentSlots } from './src/DrawerContent';
|