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