UNPKG

@graphql-hive/laboratory

Version:

5 lines (4 loc) 439 B
import * as ScrollAreaPrimitive from "@radix-ui/react-scroll-area"; declare function ScrollArea({ className, children, ...props }: React.ComponentProps<typeof ScrollAreaPrimitive.Root>): import("react/jsx-runtime").JSX.Element; declare function ScrollBar({ className, orientation, ...props }: React.ComponentProps<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>): import("react/jsx-runtime").JSX.Element; export { ScrollArea, ScrollBar };