@extend-ai/react-docx 0.6.1 → 0.6.2
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.
- package/dist/index.cjs +1041 -188
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1041 -188
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1011,10 +1011,10 @@ interface DocxEditorViewerProps {
|
|
|
1011
1011
|
/**
|
|
1012
1012
|
* Hides the document behind `loadingState` until initial pagination settles.
|
|
1013
1013
|
*
|
|
1014
|
-
*
|
|
1015
|
-
* layout.
|
|
1014
|
+
* Enable only when you prefer stable first paint over immediate approximate
|
|
1015
|
+
* layout.
|
|
1016
1016
|
*
|
|
1017
|
-
* @defaultValue `
|
|
1017
|
+
* @defaultValue `false`
|
|
1018
1018
|
*/
|
|
1019
1019
|
deferInitialPaginationPaint?: boolean;
|
|
1020
1020
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -1011,10 +1011,10 @@ interface DocxEditorViewerProps {
|
|
|
1011
1011
|
/**
|
|
1012
1012
|
* Hides the document behind `loadingState` until initial pagination settles.
|
|
1013
1013
|
*
|
|
1014
|
-
*
|
|
1015
|
-
* layout.
|
|
1014
|
+
* Enable only when you prefer stable first paint over immediate approximate
|
|
1015
|
+
* layout.
|
|
1016
1016
|
*
|
|
1017
|
-
* @defaultValue `
|
|
1017
|
+
* @defaultValue `false`
|
|
1018
1018
|
*/
|
|
1019
1019
|
deferInitialPaginationPaint?: boolean;
|
|
1020
1020
|
/**
|