import { IPSEditor } from '../ipseditor'; /** * * 继承父接口类型值[SWITCH,CHECKBOX,MOBSWITCH] * @export * @interface IPSCheckBox */ export type IPSCheckBox = IPSEditor;