Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Junranl
/
rag-full
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6e1a53e
rag-full
/
ui
/
lib
/
utils.ts
Junranl
Upload folder using huggingface_hub
6e1a53e
verified
8 months ago
raw
Copy download link
history
blame
Safe
169 Bytes
import
{
type
ClassValue
, clsx }
from
"clsx"
;
import
{ twMerge }
from
"tailwind-merge"
;
export
function
cn
(
...inputs: ClassValue[]
) {
return
twMerge
(
clsx
(inputs));
}