@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) • 332 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
import { InputProps } from './props.js';
import '@copilotkit/runtime-client-gql';
import '../../types/suggestions.js';
import 'react';
declare const Input: ({ inProgress, onSend, isVisible, onStop, onUpload }: InputProps) => react_jsx_runtime.JSX.Element;
export { Input };