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