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

6 lines
223 B
TypeScript

import { XmlComponent } from '../../../xml-components';
import { MathComponent } from '../math-component';
export declare class MathFunctionName extends XmlComponent {
constructor(children: readonly MathComponent[]);
}