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

6 lines
267 B
TypeScript

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