source: imaps-frontend/node_modules/canvg/lib/Document/FeDropShadowElement.d.ts@ 79a0317

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

F4 Finalna Verzija

  • Property mode set to 100644
File size: 432 bytes
Line 
1import { RenderingContext2D } from '../types';
2import Document from './Document';
3import Element from './Element';
4export default class FeDropShadowElement extends Element {
5 type: string;
6 constructor(document: Document, node: HTMLElement, captureTextNodes?: boolean);
7 apply(_: RenderingContext2D, _x: number, _y: number, _width: number, _height: number): void;
8}
9//# sourceMappingURL=FeDropShadowElement.d.ts.map
Note: See TracBrowser for help on using the repository browser.