xh-htmlword 1.0.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
package/index.d.ts CHANGED
@@ -9,4 +9,6 @@ export default function handleExportWord({
9
9
  timeOut: number,
10
10
  callback: Function,
11
11
  options: Object,
12
+ defultImg: string,
13
+ className: string,
12
14
  }): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xh-htmlword",
3
- "version": "1.0.1",
3
+ "version": "1.1.2",
4
4
  "type": "module",
5
5
  "description": "用于html页转word文档的工具",
6
6
  "files": [