Files
study-bible-project/node_modules/docx/dist/file/paragraph/math/math-run.d.ts
T

5 lines
138 B
TypeScript

import { XmlComponent } from '../../xml-components';
export declare class MathRun extends XmlComponent {
constructor(text: string);
}