UNPKG

antd-theme

Version:

Provide runtime dynamic theme for ant design.

10 lines (8 loc) 231 B
const pluginName = 'AntdThemePlugin'; const themeVariable = `${pluginName}-ThemeVariableHook`; const lessLoaderOptions = `${pluginName}-LessLoaderOptions`; module.exports = { pluginName, themeVariable, lessLoaderOptions, };