UNPKG
@yopem-ui/utils
Version:
latest (0.0.2)
0.0.2
0.0.1
Yopem UI Utils is a collection of utility functions for Yopem UI.
github.com/yopem/ui
yopem/ui
@yopem-ui/utils
/
dist
/
index.d.cts
9 lines
(6 loc)
•
202 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
{
ClassValue
}
from
'clsx'
;
export
*
from
'clsx'
;
export
*
from
'class-variance-authority'
;
export
*
from
'tailwind-merge'
;
declare
function
cn
(
...
inputs
:
ClassValue
[]
):
string
;
export
{ cn };