V1_commit_RGC
This commit is contained in:
9
SuiviREForamteur/node_modules/canvg/lib/Document/TSpanElement.d.ts
generated
vendored
Normal file
9
SuiviREForamteur/node_modules/canvg/lib/Document/TSpanElement.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user