import Drawer, { DrawerProps as TDrawerProps } from './Drawer'; export type DrawerProps = TDrawerProps; export default Drawer;