UNPKG

@chatui/core

Version:

The React library for Chatbot UI

7 lines (6 loc) 161 B
declare global { interface Window { [index: string]: any; } } export declare function importScript(url: string, name: string): Promise<unknown>;