UNPKG
@asgardex/asgardex-theme
Version:
latest (0.2.0)
0.2.0
0.1.3
0.1.2
ASGARDEX global theme configuration
github.com/asgardex/asgardex-theme
asgardex/asgardex-theme
@asgardex/asgardex-theme
/
lib
/
light.d.ts
4 lines
(3 loc)
•
86 B
TypeScript
View Raw
1
2
3
4
import
{
Theme
}
from
'./types'
;
declare
const
theme
:
Theme
;
export
default
theme;