5 lines
110 B
TypeScript
5 lines
110 B
TypeScript
import { Run } from "../run";
|
|
export declare class TextRun extends Run {
|
|
constructor(text: string);
|
|
}
|