@netless/app-slide 0.2.101 → 0.2.102

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.ts CHANGED
@@ -1041,6 +1041,7 @@ declare class ResizableContainer {
1041
1041
  container: HTMLDivElement;
1042
1042
  private scrollContainer;
1043
1043
  onScaleChanged: ((scale: number) => void) | null;
1044
+ onLayoutUpdated: (() => void) | null;
1044
1045
  private parent;
1045
1046
  private whiteboardContainer;
1046
1047
  private slide;