UNPKG

@botpress/adk-cli

Version:

Command-line interface for the Botpress Agent Development Kit (ADK)

11 lines (9 loc) 351 B
// Registry react/jsx-runtime shim. See registry-react.mjs for rationale. const RT = window.__HOST_REACT_JSX_RUNTIME__ if (!RT) { throw new Error('Registry jsx-runtime shim: window.__HOST_REACT_JSX_RUNTIME__ not installed') } export const jsx = RT.jsx export const jsxs = RT.jsxs export const jsxDEV = RT.jsxDEV export const Fragment = RT.Fragment