UNPKG

@open-chat/chat-bubble

Version:

Chat bubble component.

9 lines (8 loc) 214 B
import { Options } from "./lib"; declare global { interface Window { initializeChatWidget: typeof initializeChatWidget; } } declare function initializeChatWidget(options: Options): void; export {};