UNPKG

@snowball-tech/fractal

Version:

Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS

8 lines (7 loc) 345 B
import { ScrollAreaProps } from "./ScrollArea.types.js"; import * as _$react from "react"; //#region src/components/ScrollArea/ScrollArea.d.ts declare const ScrollArea: _$react.ForwardRefExoticComponent<ScrollAreaProps & _$react.RefAttributes<HTMLDivElement | null>>; //#endregion export { ScrollArea }; //# sourceMappingURL=ScrollArea.d.ts.map