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.

7 lines 359 B
export * as ScrollArea from "./index.parts.js"; export type * from "./root/ScrollAreaRoot.js"; export type * from "./viewport/ScrollAreaViewport.js"; export type * from "./scrollbar/ScrollAreaScrollbar.js"; export type * from "./content/ScrollAreaContent.js"; export type * from "./thumb/ScrollAreaThumb.js"; export type * from "./corner/ScrollAreaCorner.js";