UNPKG

@llamaindex/ui

Version:

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

12 lines (9 loc) 705 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import * as React from 'react'; import * as ResizablePrimitive from 'react-resizable-panels'; declare function ResizablePanelGroup({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>): react_jsx_runtime.JSX.Element; declare function ResizablePanel({ ...props }: React.ComponentProps<typeof ResizablePrimitive.Panel>): react_jsx_runtime.JSX.Element; declare function ResizableHandle({ withHandle, className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle> & { withHandle?: boolean; }): react_jsx_runtime.JSX.Element; export { ResizableHandle, ResizablePanel, ResizablePanelGroup };