zhengyiming
4 天以前 4421c94b6bb41a3ce1a1489dbd2f4be7855b4717
src/fabric-editor/types.d.ts
@@ -13,6 +13,8 @@
    name?: string;
    /** 是否必填 */
    required?: boolean;
    /** 绑定字段 */
    bindProperty?: string;
  }
}