Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mantrakp
/
sheer
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3f29b72
sheer
/
src
/
lib
/
utils.ts
dan5py
Update to
[email protected]
b88de82
unverified
about 2 years ago
raw
Copy download link
history
blame
Safe
167 Bytes
import
{
type
ClassValue
, clsx }
from
"clsx"
import
{ twMerge }
from
"tailwind-merge"
export
function
cn
(
...inputs: ClassValue[]
) {
return
twMerge
(
clsx
(inputs))
}