mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-09 06:55:07 +00:00
16 lines
474 B
JSON
16 lines
474 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "utils",
|
|
"dependencies": [
|
|
"clsx",
|
|
"tailwind-merge"
|
|
],
|
|
"files": [
|
|
{
|
|
"path": "registry/base-sera/lib/utils.ts",
|
|
"content": "import { clsx, type ClassValue } from \"clsx\"\nimport { twMerge } from \"tailwind-merge\"\n\nexport function cn(...inputs: ClassValue[]) {\n return twMerge(clsx(inputs))\n}\n",
|
|
"type": "registry:lib"
|
|
}
|
|
],
|
|
"type": "registry:lib"
|
|
} |