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

5 lines
135 B
TypeScript

import { IRunOptions, Run } from './run';
export declare class TextRun extends Run {
constructor(options: IRunOptions | string);
}