UNPKG

fumadocs-ui

Version:

The Radix UI version of Fumadocs UI

9 lines 677 B
import * as React$1 from "react"; import * as Primitive from "@radix-ui/react-scroll-area"; //#region src/components/ui/scroll-area.d.ts declare function ScrollArea({ className, children, ...props }: React$1.ComponentProps<typeof Primitive.Root>): React$1.JSX.Element; declare function ScrollViewport({ className, children, ...props }: React$1.ComponentProps<typeof Primitive.Viewport>): React$1.JSX.Element; declare function ScrollBar({ className, orientation, ...props }: React$1.ComponentProps<typeof Primitive.Scrollbar>): React$1.JSX.Element; type ScrollAreaProps = Primitive.ScrollAreaProps; //#endregion export { ScrollArea, ScrollAreaProps, ScrollBar, ScrollViewport };