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.

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