UNPKG
shadcn-vue-packed
Version:
latest (0.2.0)
0.2.0
0.1.0
0.0.2
0.0.1
A Vue component library that exports components from shadcn/vue.
shadcn-vue-packed
/
dist
/
lib
/
utils.d.ts
3 lines
(2 loc)
•
96 B
TypeScript
View Raw
1
2
3
import
{
ClassValue
}
from
'clsx'
;
export
declare
function
cn
(
...
inputs
:
ClassValue
[]
):
string
;