UNPKG

@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 698 B
export * as DrawerPreview from "./index.parts.js"; export type * from "./root/DrawerRoot.js"; export type * from "./provider/DrawerProvider.js"; export type * from "./indent/DrawerIndent.js"; export type * from "./indent-background/DrawerIndentBackground.js"; export type * from "./trigger/DrawerTrigger.js"; export type * from "./portal/DrawerPortal.js"; export type * from "./popup/DrawerPopup.js"; export type * from "./content/DrawerContent.js"; export type * from "./backdrop/DrawerBackdrop.js"; export type * from "./viewport/DrawerViewport.js"; export type * from "./title/DrawerTitle.js"; export type * from "./description/DrawerDescription.js"; export type * from "./close/DrawerClose.js";