UNPKG

@llamaindex/ui

Version:

A comprehensive UI component library built with React, TypeScript, and Tailwind CSS for LlamaIndex applications

11 lines (8 loc) 566 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area'; import * as React from 'react'; declare function ScrollArea({ className, viewportClassName, children, ...props }: React.ComponentProps<typeof ScrollAreaPrimitive.Root> & { viewportClassName?: string; }): react_jsx_runtime.JSX.Element; declare function ScrollBar({ className, orientation, ...props }: React.ComponentProps<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>): react_jsx_runtime.JSX.Element; export { ScrollArea, ScrollBar };