UNPKG

@llamaindex/ui

Version:

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

7 lines (4 loc) 203 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { ToasterProps } from 'sonner'; declare const Toaster: ({ ...props }: ToasterProps) => react_jsx_runtime.JSX.Element; export { Toaster };