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