UNPKG
zelda-ui-theme
Version:
alpha (0.1.0-alpha.17)
latest (0.1.0-alpha.1)
0.1.0-alpha.17
0.1.0-alpha.15
0.1.0-alpha.14
0.1.0-alpha.13
0.1.0-alpha.12
0.1.0-alpha.11
0.1.0-alpha.10
0.1.0-alpha.9
0.1.0-alpha.8
0.1.0-alpha.7
0.1.0-alpha.5
0.1.0-alpha.4
0.1.0-alpha.3
0.1.0-alpha.2
0.1.0-alpha.1
Theme system and design tokens for the Zelda UI library
zelda-ui-theme
/
dist
/
index.d.ts
5 lines
•
188 B
TypeScript
View Raw
1
2
3
4
5
import
{
ClassValue
}
from
'clsx'
;
export
declare
function
cn
(
...
inputs
:
ClassValue
[]
):
string
;
export
*
from
'./dynamic'
;
export
type
*
from
'./types'
;
//# sourceMappingURL=index.d.ts.map