Sign in

简柏林 / thingskit-view · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit-view
  • src
  • packages
  • components
  • external
  • Composes
  • index.d.ts
  • perf: 修改拓展组件库配置
    f826f9c7
    ww authored
    2023-03-10 16:15:25 +0800  
    Browse Files »
index.d.ts 247 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
export enum ChatCategoryEnum {
  HEADCOMBINATION = 'HeadCombinations',
  MORE = 'Mores'
}

export enum ChatCategoryEnumName {
  HEADCOMBINATION = '头部组合',
  MORE = '更多'
}

export enum PackagesCategoryEnum {
  WORD_CLOUD = 'WordCloud'
}