UNPKG

@tabula/ui-ai-chat

Version:

Allows to embed UI for conversation with AI assistant

12 lines (11 loc) 286 B
import { ReactNode } from 'react'; type Props = { isEditable: boolean; onStartEdit: () => void; prompt: string; }; export declare function Read({ isEditable, onStartEdit, prompt }: Props): ReactNode; export declare namespace Read { var displayName: string; } export {};