UNPKG
@xypnox/themescura
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
A design system and theme engine toolkit
@xypnox/themescura
/
dist
/
esm
/
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;