UNPKG

@snowball-tech/fractal

Version:

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

12 lines (9 loc) 413 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 LegacyScrollArea: { ({ children, orientation, scrollHideDelay, type, viewport, ...props }: ScrollAreaProps): react_jsx_runtime.JSX.Element; displayName: string; }; export { LegacyScrollArea, LegacyScrollArea as default };