index.d.ts 128 B

1234
  1. import Drawer from './Drawer';
  2. import type { DrawerProps } from './Drawer';
  3. export type { DrawerProps };
  4. export default Drawer;