main
Last change
on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
325 bytes
|
Rev | Line | |
---|
[79a0317] | 1 | import { RenderingContext2D } from '../types';
|
---|
| 2 | import BoundingBox from '../BoundingBox';
|
---|
| 3 | import PathElement from './PathElement';
|
---|
| 4 | export default class RectElement extends PathElement {
|
---|
| 5 | type: string;
|
---|
| 6 | path(ctx: RenderingContext2D): BoundingBox;
|
---|
| 7 | getMarkers(): any;
|
---|
| 8 | }
|
---|
| 9 | //# sourceMappingURL=RectElement.d.ts.map |
---|
Note:
See
TracBrowser
for help on using the repository browser.