UNPKG
zod-form-radix
Version:
latest (1.0.0)
1.0.0
Radix UI integration for zod-form-kit
zod-form-radix
/
dist
/
lib
/
utils.js
6 lines
(5 loc)
•
139 B
JavaScript
View Raw
1
2
3
4
5
6
import
{ clsx }
from
'clsx'
;
import
{ twMerge }
from
'tailwind-merge'
;
export
function
cn
(
...inputs
) {
return
twMerge
(
clsx
(inputs)); }