@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.
9 lines • 483 B
text/typescript
export * as PreviewCard from "./index.parts.mjs";
export type * from "./root/PreviewCardRoot.mjs";
export type * from "./trigger/PreviewCardTrigger.mjs";
export type * from "./portal/PreviewCardPortal.mjs";
export type * from "./positioner/PreviewCardPositioner.mjs";
export type * from "./popup/PreviewCardPopup.mjs";
export type * from "./arrow/PreviewCardArrow.mjs";
export type * from "./viewport/PreviewCardViewport.mjs";
export type * from "./backdrop/PreviewCardBackdrop.mjs";