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