UNPKG

289 BTypeScriptView Raw
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
\No newline at end of file