1 | import { RenderingContext2D } from '../types';
|
2 | import { PolylineElement } from './PolylineElement';
|
3 | export declare class PolygonElement extends PolylineElement {
|
4 | type: string;
|
5 | path(ctx: RenderingContext2D): import("..").BoundingBox;
|
6 | }
|
7 | //# sourceMappingURL=PolygonElement.d.ts.map |
\ | No newline at end of file |