UNPKG

@llamaindex/ui

Version:

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

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