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

10 lines
361 B
TypeScript

import { XmlComponent } from '../../xml-components';
export type IFontAttributesProperties = {
readonly ascii?: string;
readonly cs?: string;
readonly eastAsia?: string;
readonly hAnsi?: string;
readonly hint?: string;
};
export declare const createRunFonts: (nameOrAttrs: string | IFontAttributesProperties, hint?: string) => XmlComponent;