Sign in

简柏林 / thingskit-front · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit-front
  • ..
  • Picture
  • index.ts
  • refactor: 重构数据看板
    d50cd716
    ww authored
    2023-05-29 17:48:54 +0800  
    Browse Files »
index.ts 209 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
import { Picture } from './Picture';

export enum ComponentCategoryEnum {
  PICTURE = 'Picture',
}

export enum ComponentCategoryNameEnum {
  PICTURE = '图片组件',
}

export const PictureList = [Picture];