UNPKG
antd-theme
Version:
latest (0.3.4)
next (0.3.0-3)
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.3.0-3
0.3.0-2
0.3.0-1
0.3.0-0
0.2.0
0.1.2
0.1.0
Provide runtime dynamic theme for ant design.
wuzekang.github.io/antd-theme
antd-theme
/
plugin
/
constants.js
10 lines
(8 loc)
•
231 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const
pluginName =
'AntdThemePlugin'
;
const
themeVariable =
`
${pluginName}
-ThemeVariableHook`
;
const
lessLoaderOptions =
`
${pluginName}
-LessLoaderOptions`
;
module
.
exports
= { pluginName, themeVariable, lessLoaderOptions, };