@szum-tech/design-system
Version:
Szum-Tech design system with tailwindcss support
12 lines (8 loc) • 604 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
import * as React from 'react';
import { ScrollArea as ScrollArea$1 } from 'radix-ui';
type ScrollAreaProps = React.ComponentProps<typeof ScrollArea$1.Root>;
declare function ScrollArea({ className, children, ...props }: ScrollAreaProps): react_jsx_runtime.JSX.Element;
type ScrollBarProps = React.ComponentProps<typeof ScrollArea$1.ScrollAreaScrollbar>;
declare function ScrollBar({ className, orientation, ...props }: ScrollBarProps): react_jsx_runtime.JSX.Element;
export { ScrollArea, type ScrollAreaProps, ScrollBar, type ScrollBarProps };