UNPKG

@snowball-tech/fractal

Version:

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

13 lines (12 loc) 400 B
import { AllHTMLAttributes, ReactNode } from "react"; //#region src/components/ScrollArea/ScrollArea.types.d.ts interface ScrollAreaProps extends AllHTMLAttributes<HTMLDivElement> { children: ReactNode; contentClassName?: string; horizontal?: boolean; scrollbarOnHover?: boolean; vertical?: boolean; } //#endregion export { ScrollAreaProps }; //# sourceMappingURL=ScrollArea.types.d.ts.map