UNPKG
@b1dr/themescura
Version:
latest (0.2.0-alpha-2)
0.2.0-alpha-2
0.2.0-alpha-1
0.1.4
A design system and theme engine toolkit
@b1dr/themescura
/
dist
/
cjs
/
types
/
utils
/
index.d.ts
5 lines
(4 loc)
•
126 B
TypeScript
View Raw
1
2
3
4
5
export
*
from
"./typography"
;
export
*
from
"./colors"
;
import
*
as
u
from
"./utopia"
;
export
declare
const
utopia
:
typeof
u;