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.

8 lines 387 B
export * as Toolbar from "./index.parts.mjs"; export type { Orientation } from "./index.parts.mjs"; export type * from "./root/ToolbarRoot.mjs"; export type * from "./group/ToolbarGroup.mjs"; export type * from "./button/ToolbarButton.mjs"; export type * from "./link/ToolbarLink.mjs"; export type * from "./input/ToolbarInput.mjs"; export type * from "./separator/ToolbarSeparator.mjs";