@copilotkit/react-ui
Version:
<div align="center"> <a href="https://copilotkit.ai" target="_blank"> <img src="https://github.com/copilotkit/copilotkit/raw/main/assets/banner.png" alt="CopilotKit Logo"> </a>
10 lines (7 loc) • 482 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
declare const ExclamationMarkTriangleIcon: react_jsx_runtime.JSX.Element;
declare const ExclamationMarkIcon: react_jsx_runtime.JSX.Element;
declare const ChevronDownIcon: react_jsx_runtime.JSX.Element;
declare const CheckIcon: react_jsx_runtime.JSX.Element;
declare const CopilotKitIcon: react_jsx_runtime.JSX.Element;
export { CheckIcon, ChevronDownIcon, CopilotKitIcon, ExclamationMarkIcon, ExclamationMarkTriangleIcon };