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

9 lines
353 B
TypeScript

import { XmlComponent } from '../../xml-components';
import { IRunOptions } from '../../index';
import { IChangedAttributesProperties } from '../track-revision';
type IInsertedRunOptions = IChangedAttributesProperties & IRunOptions;
export declare class InsertedTextRun extends XmlComponent {
constructor(options: IInsertedRunOptions);
}
export {};