@ones-editor/editor 2.1.9 → 2.1.10

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.
@@ -1,6 +1,6 @@
1
1
  import { DocBlock, DocObject } from '../../../../@ones-editor/core';
2
- import { CalcCell } from './table';
3
2
  import { CalcCol } from './layout';
3
+ import { CalcCell } from './table';
4
4
  import { BlockObject, CodeObject, ExportState, GetDocByBlockFunc, GetTextsByBoxFunc, MD5Func } from './types';
5
5
  /**
6
6
  * 生成docx/html blocks的接口
@@ -1,4 +1,5 @@
1
1
  import { DocBlock } from '../../../../@ones-editor/core';
2
+ export declare const DEFAULT_COLUMN_WIDTH = 200;
2
3
  export interface CalcCell {
3
4
  cellId: string | undefined;
4
5
  rowSpan: number;