UNPKG

@botonic/react

Version:

Build Chatbots using React

11 lines (10 loc) 304 B
interface SystemDebugTraceProps { type: string; data: Record<string, any> | string; id?: string; } export declare const SystemDebugTrace: { (props: SystemDebugTraceProps): import("react/jsx-runtime").JSX.Element | null; serialize: (props: SystemDebugTraceProps) => any; }; export {};