| 1 | import type { Joint, Fixture, Body, Shape } from "../"; |
| 2 | |
| 3 | export interface ComputedStyle { |
| 4 | stroke: string; |
| 5 | fill: string; |
| 6 | lineWidth: number; |
| 7 | } |
| 8 | |
| 9 | export interface ProvidedStyle { |
| 10 | stroke?: string; |
nothing calls this directly
no outgoing calls
no test coverage detected