UNPKG

@llamaindex/ui

Version:

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

8 lines (5 loc) 310 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import * as React from 'react'; import * as CheckboxPrimitive from '@radix-ui/react-checkbox'; declare function Checkbox({ className, ...props }: React.ComponentProps<typeof CheckboxPrimitive.Root>): react_jsx_runtime.JSX.Element; export { Checkbox };