@base-ui/react
Version:
Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.
14 lines • 1.05 kB
TypeScript
export { DrawerBackdrop as Backdrop } from "./backdrop/DrawerBackdrop.js";
export { DrawerClose as Close } from "./close/DrawerClose.js";
export { DrawerContent as Content } from "./content/DrawerContent.js";
export { DrawerDescription as Description } from "./description/DrawerDescription.js";
export { DrawerIndent as Indent } from "./indent/DrawerIndent.js";
export { DrawerIndentBackground as IndentBackground } from "./indent-background/DrawerIndentBackground.js";
export { DrawerPopup as Popup } from "./popup/DrawerPopup.js";
export { DrawerPortal as Portal } from "./portal/DrawerPortal.js";
export { DrawerProvider as Provider } from "./provider/DrawerProvider.js";
export { DrawerRoot as Root } from "./root/DrawerRoot.js";
export { DrawerTitle as Title } from "./title/DrawerTitle.js";
export { DrawerTrigger as Trigger } from "./trigger/DrawerTrigger.js";
export { DrawerViewport as Viewport } from "./viewport/DrawerViewport.js";
export { createDialogHandle as createHandle, DialogHandle as Handle } from "../dialog/store/DialogHandle.js";