| 14 | } |
| 15 | |
| 16 | export interface RectangleProperties { |
| 17 | stroke: string; |
| 18 | fill: string; |
| 19 | strokeWidth: number; |
| 20 | cornerRadius: number; |
| 21 | opacity: number; |
| 22 | } |
| 23 | |
| 24 | export interface EllipseProperties { |
| 25 | stroke: string; |
nothing calls this directly
no outgoing calls
no test coverage detected