UNPKG

skyroc-ui

Version:

A modern React UI component library built on Radix UI and Tailwind CSS

7 lines (6 loc) 335 B
import { ScrollAreaScrollbarProps } from "./types.js"; import * as react138 from "react"; //#region src/components/scroll-area/ScrollAreaScrollbar.d.ts declare const ScrollAreaScrollbar: react138.ForwardRefExoticComponent<ScrollAreaScrollbarProps & react138.RefAttributes<HTMLDivElement>>; //#endregion export { ScrollAreaScrollbar };