Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Param20h
/
PDF-Assit_RAG
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
PDF-Assit_RAG
/
frontend
/
src
/
lib
/
utils.ts
Param20h
Changes Pro max
26a0c00
unverified
20 days 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))
}