UNPKG

@snowball-tech/fractal

Version:

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

12 lines (9 loc) 404 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { ScrollAreaProps } from './ScrollArea.types.js'; import '@radix-ui/react-scroll-area'; import 'react'; declare const ScrollArea: { ({ children, orientation, scrollHideDelay, type, viewportClassName, ...props }: ScrollAreaProps): react_jsx_runtime.JSX.Element; displayName: string; }; export { ScrollArea, ScrollArea as default };