UNPKG

@copilotkit/a2ui-renderer

Version:

A2UI Renderer for CopilotKit - render A2UI surfaces in React applications

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