/**
 * @file index.ts
 * @input Drawer.tsx
 * @output Re-exports Drawer component and DrawerProps type
 * @position Lab entry point for the Drawer directory
 */
export { Drawer } from './Drawer';
export type { DrawerProps } from './Drawer';
//# sourceMappingURL=index.d.ts.map