Files
study-bible-project/node_modules/docx/dist/file/track-revision/track-revision-components/inserted-table-cell.d.ts
T

6 lines
239 B
TypeScript

import { XmlComponent } from '../../xml-components';
import { IChangedAttributesProperties } from '../track-revision';
export declare class InsertedTableCell extends XmlComponent {
constructor(options: IChangedAttributesProperties);
}