UNPKG

@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.

6 lines 256 B
export * as Tabs from "./index.parts.js"; export type * from "./root/TabsRoot.js"; export type * from "./indicator/TabsIndicator.js"; export type * from "./tab/TabsTab.js"; export type * from "./panel/TabsPanel.js"; export type * from "./list/TabsList.js";