@kadoui/react
Version:
Kadoui primitive components for React
10 lines • 365 B
TypeScript
import { DrawerBody } from "./DrawerBody";
import { DrawerRoot } from "./DrawerRoot";
import { DrawerPortal } from "./DrawerPortal";
import { DrawerToggle } from "./DrawerToggle";
export declare const Drawer: typeof DrawerRoot & {
Toggle: typeof DrawerToggle;
Portal: typeof DrawerPortal;
Body: typeof DrawerBody;
};
//# sourceMappingURL=Drawer.d.ts.map