UNPKG

346 BTypeScriptView Raw
1import { Document } from './Document';
2import { TextElement } from './TextElement';
3export declare class TSpanElement extends TextElement {
4 type: string;
5 protected readonly text: string;
6 constructor(document: Document, node: HTMLElement, captureTextNodes?: boolean);
7 getText(): string;
8}
9//# sourceMappingURL=TSpanElement.d.ts.map
\No newline at end of file