Files
study-bible-project/node_modules/docx/dist/file/styles/defaults/run-properties.d.ts
T

6 lines
253 B
TypeScript

import { IRunStylePropertiesOptions } from '../../paragraph/run/properties';
import { XmlComponent } from '../../xml-components';
export declare class RunPropertiesDefaults extends XmlComponent {
constructor(options?: IRunStylePropertiesOptions);
}