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:
289 bytes
|
Line | |
---|
1 | import { RenderingContext2D } from '../types';
|
---|
2 | import PolylineElement from './PolylineElement';
|
---|
3 | export 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.