/**
 * 全部相关常量配置
 */
export const GLOBAL_CONFIG = {
  /** 组件名的前缀 */
  COMPONENT_PREFIX: '{{componentPrefix}}',
  /** 组件库名称 */
  COMPONENT_LIB_NAME: '{{libraryName}}',
  /** 组件npm scpoe 域名 */
  NPM_SCOPE: '@{{npmScope}}',
  // 组件列表文件夹
  COMPONENTS: 'components',
  THEME_NAME: 'theme-chalk'
}
