import React from 'react'; import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area'; import { ctw } from '../../../utils/ctw/ctw'; export const ScrollBar = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef >(({ className, orientation = 'vertical', ...props }, ref) => ( )); ScrollBar.displayName = ScrollAreaPrimitive.ScrollAreaScrollbar.displayName;