@botonic/react
Version:
Build Chatbots using React
7 lines (6 loc) • 371 B
TypeScript
export const DebugTab: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
export function DebugTabPortal({ webchatHooks, ...props }: {
[x: string]: any;
webchatHooks: any;
}): import("react").ReactPortal;
export const WebchatDev: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;