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

7 lines
247 B
TypeScript

import { XmlComponent } from '../../../xml-components';
type MathEndingCharacterOptions = {
readonly character: string;
};
export declare const createMathEndingCharacter: ({ character }: MathEndingCharacterOptions) => XmlComponent;
export {};