{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "classes", "type": "registry:lib", "dependencies": [ "clsx", "tailwind-merge" ], "files": [ { "path": "src/registry/pure-ui/lib/classes.ts", "content": "import { clsx, type ClassValue } from \"clsx\";\r\nimport { twMerge } from \"tailwind-merge\";\r\n\r\nexport function cn(...inputs: ClassValue[]) {\r\n return twMerge(clsx(inputs));\r\n}\r\n", "type": "registry:lib" } ] }