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