Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Zelyanoth
/
stock
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
stock
/
src
/
lib
/
utils.ts
Zelyanoth
Upload 101 files
24d40b9
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
172 Bytes
import
{ clsx,
type
ClassValue
}
from
"clsx"
import
{ twMerge }
from
"tailwind-merge"
export
function
cn
(
...inputs: ClassValue[]
) {
return
twMerge
(
clsx
(inputs))
}