UNPKG

@botonic/react

Version:

Build Chatbots using React

10 lines (9 loc) 251 B
export class WebchatResizer { constructor(currentDevice: any, host: any); currentDevice: any; host: any; webchat: any; onFocus(onKeyboardShownFn: any): void; onBlur(): void; setWebchatElementHeight(newHeight: any): void; }