UNPKG

@llamaindex/ui

Version:

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

21 lines (18 loc) 516 B
import { __objRest, __spreadValues } from './chunk-4AMAFZLZ.mjs'; import { Toaster as Toaster$1 } from 'sonner'; import { jsx } from 'react/jsx-runtime'; var Toaster = (_a) => { var props = __objRest(_a, []); return /* @__PURE__ */ jsx( Toaster$1, __spreadValues({ className: "toaster group", style: { "--normal-bg": "var(--popover)", "--normal-text": "var(--popover-foreground)", "--normal-border": "var(--border)" } }, props) ); }; export { Toaster };