@vvfx/sdk 0.0.0-alpha.72 → 0.0.0-alpha.73

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.d.cts CHANGED
@@ -1066,6 +1066,7 @@ declare class SDK {
1066
1066
  constructor(container: HTMLElement, mode?: SDKMode);
1067
1067
  get container(): HTMLElement;
1068
1068
  get pageData(): PageData | undefined;
1069
+ private get initExporterEnabled();
1069
1070
  get exportStatus(): string | undefined;
1070
1071
  get undoRedo(): UndoRedo;
1071
1072
  private get exportOptions();
package/dist/index.d.ts CHANGED
@@ -1066,6 +1066,7 @@ declare class SDK {
1066
1066
  constructor(container: HTMLElement, mode?: SDKMode);
1067
1067
  get container(): HTMLElement;
1068
1068
  get pageData(): PageData | undefined;
1069
+ private get initExporterEnabled();
1069
1070
  get exportStatus(): string | undefined;
1070
1071
  get undoRedo(): UndoRedo;
1071
1072
  private get exportOptions();