@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and PandaCSS
11 lines (8 loc) • 369 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
import { ScrollAreaProps } from './ScrollArea.types.js';
import 'react';
declare const ScrollArea: {
({ children, contentClassName, horizontal, scrollbarOnHover, vertical, ...props }: ScrollAreaProps): react_jsx_runtime.JSX.Element;
displayName: string;
};
export { ScrollArea, ScrollArea as default };