Files
RGC/SuiviREForamteur/node_modules/canvg/lib/Document/TSpanElement.d.ts
2026-02-11 13:57:54 +01:00

9 lines
338 B
TypeScript

import Document from './Document';
import TextElement from './TextElement';
export default class TSpanElement extends TextElement {
type: string;
protected readonly text: string;
constructor(document: Document, node: HTMLElement, captureTextNodes?: boolean);
getText(): string;
}
//# sourceMappingURL=TSpanElement.d.ts.map