UNPKG

@teamsparta/stack-custom-modal

Version:
9 lines (6 loc) 327 B
import * as react from 'react'; import * as RadixScrollArea from '@radix-ui/react-scroll-area'; interface ScrollAreaProps extends RadixScrollArea.ScrollAreaProps { } declare const ScrollArea: react.ForwardRefExoticComponent<ScrollAreaProps & react.RefAttributes<HTMLDivElement>>; export { ScrollArea, type ScrollAreaProps };