Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Cellm
/
README
like
0
Running
App
Files
Files
Community
main
README
/
w-312356-main
/
src
/
lib
/
utils.ts
TAShaikhh
Upload 159 files
d3b533c
verified
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
166 Bytes
import
{ clsx,
type
ClassValue
}
from
"clsx"
import
{ twMerge }
from
"tailwind-merge"
export
function
cn
(
...inputs: ClassValue[]
) {
return
twMerge
(
clsx
(inputs))
}