source: imaps-frontend/node_modules/canvg/lib/Document/StyleElement.d.ts

main
Last change on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 381 bytes
Line 
1import { parseExternalUrl } from '../util';
2import Document from './Document';
3import Element from './Element';
4export default class StyleElement extends Element {
5 static readonly parseExternalUrl: typeof parseExternalUrl;
6 type: string;
7 constructor(document: Document, node: HTMLElement, captureTextNodes?: boolean);
8}
9//# sourceMappingURL=StyleElement.d.ts.map
Note: See TracBrowser for help on using the repository browser.