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