/** * Subpath export for Drawer components. * Use for smaller bundles when you only need Drawer. * Requires: vaul */ export { Drawer, DrawerPortal, DrawerOverlay, DrawerTrigger, DrawerClose, DrawerContent, DrawerHeader, DrawerFooter, DrawerTitle, DrawerDescription, } from "../components/ui/drawer"; //# sourceMappingURL=drawer.d.ts.map