UNPKG
themed-design-tokens
Version:
latest (1.0.0)
1.0.0
github.com/pablovegau/themed-design-tokens
pablovegau/themed-design-tokens
themed-design-tokens
/
src
/
lib
/
constants.js
7 lines
(5 loc)
•
101 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
const
DEFAULT_THEMES = { LIGHT:
"light"
, DARK:
"dark"
, };
export
const
SEPARATOR =
"--"
;