@hufe921/canvas-editor 0.9.62 → 0.9.63
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.
|
@@ -2,6 +2,7 @@ import { ElementType } from '../enum/Element';
|
|
|
2
2
|
import { IElement } from '../../interface/Element';
|
|
3
3
|
import { ITd } from '../../interface/table/Td';
|
|
4
4
|
export declare const EDITOR_ELEMENT_STYLE_ATTR: Array<keyof IElement>;
|
|
5
|
+
export declare const EDITOR_ROW_ATTR: Array<keyof IElement>;
|
|
5
6
|
export declare const EDITOR_ELEMENT_COPY_ATTR: Array<keyof IElement>;
|
|
6
7
|
export declare const EDITOR_ELEMENT_ZIP_ATTR: Array<keyof IElement>;
|
|
7
8
|
export declare const TABLE_TD_ZIP_ATTR: Array<keyof ITd>;
|