UNPKG

@zzdadelu/schema-builder

Version:

通过 JSON Schema 生成标准 Form,常用于自定义搭建配置界面生成

27 lines (26 loc) 564 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _utils = require("../utils"); var _default = exports.default = (0, _utils.createMeta)('Color', { title: '颜色选择', category: '其他', props: [{ title: '基础配置', type: 'group', display: 'accordion', items: _utils.notInputPropsBasic }], snippets: [{ title: '颜色选择', screenshot: 'icon-color', schema: { componentName: 'Color', props: { title: '颜色选择' } } }] });