UNPKG

@logicflow/dumi-theme-simple

Version:
15 lines (14 loc) 395 B
type WebchatConfig = { enabled?: boolean; sdkUrl?: string; sdkVersion?: string; botId?: string; title?: string; }; export declare function getWebchatConfig(): WebchatConfig; export declare function setupWebChat(): Promise<any | null>; declare const _default: { setupWebChat: typeof setupWebChat; getWebchatConfig: typeof getWebchatConfig; }; export default _default;