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

5 lines
161 B
TypeScript

import { XmlComponent } from '../../../xml-components';
export declare class MathRadicalProperties extends XmlComponent {
constructor(hasDegree: boolean);
}