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