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

8 lines
259 B
TypeScript

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