UNPKG

@snowball-tech/fractal

Version:

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

7 lines (4 loc) 258 B
import * as react from 'react'; import { ScrollAreaProps } from './ScrollArea.types.js'; declare const ScrollArea: react.ForwardRefExoticComponent<ScrollAreaProps & react.RefAttributes<HTMLDivElement | null>>; export { ScrollArea, ScrollArea as default };