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];