UNPKG

@snowball-tech/fractal

Version:

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

13 lines (10 loc) 429 B
import { ScrollAreaProps as ScrollAreaProps$1, ScrollAreaScrollbarProps } from '@radix-ui/react-scroll-area'; import { ReactNode } from 'react'; interface ScrollAreaProps extends ScrollAreaProps$1 { children: ReactNode; orientation?: 'both' | ScrollAreaScrollbarProps['orientation']; scrollHideDelay?: number; type?: ScrollAreaProps$1['type']; viewportClassName?: string; } export type { ScrollAreaProps };