Files
study-bible-project/node_modules/docx/dist/file/paragraph/run/emphasis-mark.d.ts
T

7 lines
322 B
TypeScript

import { XmlComponent } from '../../xml-components';
export declare const EmphasisMarkType: {
readonly DOT: "dot";
};
export declare const createEmphasisMark: (emphasisMarkType?: (typeof EmphasisMarkType)[keyof typeof EmphasisMarkType]) => XmlComponent;
export declare const createDotEmphasisMark: () => XmlComponent;