UNPKG

@copilotkit/a2ui-renderer

Version:

A2UI Renderer for CopilotKit - render A2UI surfaces in React applications

1 lines 370 B
{"version":3,"file":"utils.cjs","names":[],"sources":["../../../src/react-renderer/lib/utils.ts"],"sourcesContent":["import { clsx, type ClassValue } from \"clsx\";\n\n/**\n * Utility function to merge class names.\n */\nexport function cn(...inputs: ClassValue[]): string {\n return clsx(inputs);\n}\n"],"mappings":";;;;;;;AAKA,SAAgB,GAAG,GAAG,QAA8B;AAClD,uBAAY,OAAO"}