@botonic/react
Version:
Build Chatbots using React
14 lines (13 loc) • 462 B
TypeScript
export function getScrollableContent(webchatElement: any): any;
export function getScrollableArea(webchatElement: any): {
full: any;
visible: any;
};
export function scrollToBottom({ timeout, behavior, host, }?: {
timeout?: number | undefined;
behavior?: string | undefined;
host: any;
}): void;
export function getWebchatElement(host: any): any;
export function onDOMLoaded(callback: any): void;
export function isShadowDOMSupported(): any;