source:
imaps-frontend/node_modules/canvg/lib/Document/UnknownElement.d.ts
Last change on this file was 79a0317, checked in by , 3 days ago | |
---|---|
|
|
File size: 257 bytes |
Line | |
---|---|
1 | import Document from './Document'; |
2 | import Element from './Element'; |
3 | export default class UnknownElement extends Element { |
4 | constructor(document: Document, node: HTMLElement, captureTextNodes?: boolean); |
5 | } |
6 | //# sourceMappingURL=UnknownElement.d.ts.map |
Note:
See TracBrowser
for help on using the repository browser.