@base-ui-components/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.
8 lines • 418 B
TypeScript
export * as PreviewCard from "./index.parts.js";
export type * from "./root/PreviewCardRoot.js";
export type * from "./trigger/PreviewCardTrigger.js";
export type * from "./portal/PreviewCardPortal.js";
export type * from "./positioner/PreviewCardPositioner.js";
export type * from "./popup/PreviewCardPopup.js";
export type * from "./arrow/PreviewCardArrow.js";
export type * from "./backdrop/PreviewCardBackdrop.js";