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

5 lines
139 B
TypeScript

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