@copilotkit/a2ui-renderer
Version:
A2UI Renderer for CopilotKit - render A2UI surfaces in React applications
11 lines (10 loc) • 326 B
JavaScript
//#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
export { injectStyles, removeStyles };
//# sourceMappingURL=index.mjs.map