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