UNPKG

@copilotkit/a2ui-renderer

Version:

A2UI Renderer for CopilotKit - render A2UI surfaces in React applications

13 lines (11 loc) 362 B
//#region src/react-renderer/styles/index.ts /** * v0.9: Styles are now handled by a2ui-react components internally. * These functions are kept as no-ops for backward compatibility. */ function injectStyles() {} function removeStyles() {} //#endregion exports.injectStyles = injectStyles; exports.removeStyles = removeStyles; //# sourceMappingURL=index.cjs.map