UNPKG

@copilotkit/a2ui-renderer

Version:

A2UI Renderer for CopilotKit - render A2UI surfaces in React applications

11 lines (9 loc) 235 B
//#region src/web-components/catalog/basic/ids.ts let idCounter = 0; function uniqueId(prefix) { idCounter += 1; return `cpk-a2ui-${prefix}-${idCounter}`; } //#endregion exports.uniqueId = uniqueId; //# sourceMappingURL=ids.cjs.map