UNPKG

@llamaindex/ui

Version:

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

7 lines (4 loc) 225 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import * as React from 'react'; declare function Input({ className, type, ...props }: React.ComponentProps<"input">): react_jsx_runtime.JSX.Element; export { Input };