5 lines
257 B
TypeScript
5 lines
257 B
TypeScript
import Drawer from './Drawer';
|
|
export type { DrawerProps, DrawerResizableConfig, PushState } from './Drawer';
|
|
export type { DrawerPanelProps, DrawerSemanticClassNames, DrawerSemanticName, DrawerSemanticStyles, } from './DrawerPanel';
|
|
export default Drawer;
|