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

7 lines
256 B
TypeScript

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