@logicflow/dumi-theme-simple
Version:
Simple website theme based on dumi2.
15 lines (14 loc) • 395 B
TypeScript
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;