Files
study-bible-project/node_modules/docx/dist/file/paragraph/math/n-ary/math-limit-location.d.ts
T

7 lines
234 B
TypeScript

import { XmlComponent } from '../../../xml-components';
type MathLimitLocationOptions = {
readonly value?: string;
};
export declare const createMathLimitLocation: ({ value }: MathLimitLocationOptions) => XmlComponent;
export {};