sykpcomposer 1.20.120 → 1.20.121

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,3 @@
1
+ export function ExportWordStylesHelmet(): import("react/jsx-runtime").JSX.Element;
1
2
  export default generateWord;
2
3
  declare function generateWord(editor: any, title: any, styleConfig: any, parsedHtmlString: any): Promise<void>;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "sykpcomposer",
3
3
  "description": "code for captions",
4
4
  "private": false,
5
- "version": "1.20.120",
5
+ "version": "1.20.121",
6
6
  "type": "module",
7
7
  "main": "dist/index.umd.js",
8
8
  "module": "dist/index.es.js",