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

8 lines
278 B
TypeScript

import { XmlComponent } from '../../xml-components';
export type ILanguageOptions = {
readonly value?: string;
readonly eastAsia?: string;
readonly bidirectional?: string;
};
export declare const createLanguageComponent: (options: ILanguageOptions) => XmlComponent;