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.

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