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