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