quill-table-up 2.2.1 → 2.2.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.d.ts CHANGED
@@ -1008,6 +1008,7 @@ declare class TableUp {
1008
1008
  tableScrollbar?: InternalModule;
1009
1009
  tableAlign?: InternalModule;
1010
1010
  tableResizeScale?: InternalModule;
1011
+ resizeOb: ResizeObserver;
1011
1012
  get statics(): any;
1012
1013
  constructor(quill: Quill, options: Partial<TableUpOptions>);
1013
1014
  initialContainer(): HTMLDivElement;