sykpcomposer 1.20.116 → 1.20.117

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,2 @@
1
1
  export declare function ClipboardLoggerPlugin(): null;
2
- export declare function Editor({ initialEditorState, userObj, CollabApiKey, docId, mentionItems, type, updateSharepointList, updateSharepointList2, savedComments, styleConfig, handleSaveComments, pagination, customHeight, customWidth, isCollab, defaultState, editId, toolbarShow, isEditable, showTabContent, wpAndTaskId, enableCaptions, showPagination, setshowPagination, editorTitle, showPdf, showCommentPlugin, exportToPDF }: any): import("react/jsx-runtime").JSX.Element;
2
+ export declare function Editor({ initialEditorState, userObj, CollabApiKey, docId, mentionItems, type, updateSharepointList, updateSharepointList2, savedComments, styleConfig, handleSaveComments, pagination, customHeight, customWidth, isCollab, defaultState, editId, toolbarShow, isEditable, showTabContent, wpAndTaskId, enableCaptions, showPagination, setshowPagination, editorTitle, showPdf, showCommentPlugin, exportToPDF, editorForTemplate }: any): import("react/jsx-runtime").JSX.Element;
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.116",
5
+ "version": "1.20.117",
6
6
  "type": "module",
7
7
  "main": "dist/index.umd.js",
8
8
  "module": "dist/index.es.js",