UNPKG
stofli-ui
Version:
latest (1.0.1)
1.0.1
Biblioteca moderna de componentes UI para React con Tailwind CSS y Framer Motion
stofli-ui
/
dist
/
types
/
lib
/
index.d.ts
6 lines
(3 loc)
•
106 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ClassValue
}
from
'clsx'
;
declare
function
cn
(
...
inputs
:
ClassValue
[]
):
string
;
export
{ cn };