@botonic/react
Version:
Build Chatbots using React
8 lines (7 loc) • 368 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;
}): React.ReactPortal;
export const WebchatDev: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
import React from "react";