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

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

F4 Finalna Verzija

  • Property mode set to 100644
File size: 289 bytes
Line 
1import { RenderingContext2D } from '../types';
2import PolylineElement from './PolylineElement';
3export default class PolygonElement extends PolylineElement {
4 type: string;
5 path(ctx: RenderingContext2D): import("..").BoundingBox;
6}
7//# sourceMappingURL=PolygonElement.d.ts.map
Note: See TracBrowser for help on using the repository browser.