UNPKG

jjb-lc-designable

Version:

基于alibaba-designable源码二次封装的表单设计器。

12 lines 237 B
import { Input } from './Input'; export const Password = { type: 'object', properties: { ...Input.properties, checkStrength: { type: 'boolean', 'x-decorator': 'FormItem', 'x-component': 'Switch' } } };