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