config.js

const config = {
    /** 模块通用样式类,此样式类会对整个模块生效
     * @type {String}
     */
    className: '${className}'
};
export default config;