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

7 lines
241 B
TypeScript

import { XmlComponent } from '../../../xml-components';
type MathAccentCharacterOptions = {
readonly accent: string;
};
export declare const createMathAccentCharacter: ({ accent }: MathAccentCharacterOptions) => XmlComponent;
export {};