UNPKG

@tabula/ui-ai-chat

Version:

Allows to embed UI for conversation with AI assistant

9 lines (8 loc) 304 B
import { TableAction } from '../types'; declare global { interface Window { UI_AI_CHAT_TABLE_ACTIONS: Map<string, () => void>; } } export declare function unregisterActions(id: number): void; export declare function render(id: number, input: string, tableActions: TableAction[]): string;