UNPKG

@llamaindex/ui

Version:

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

6 lines (3 loc) 111 B
import { ClassValue } from 'clsx'; declare function cn(...inputs: ClassValue[]): string; export { cn as c };