@univerjs/docs-ui 0.10.8 → 0.10.9

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.
@@ -21,4 +21,5 @@ export declare class DocEditorBridgeController extends Disposable implements IRe
21
21
  * Listen to document edits to refresh the size of the formula editor.
22
22
  */
23
23
  private _commandExecutedListener;
24
+ private _getEditorSkeleton;
24
25
  }