(style?: Style)
| 29 | } |
| 30 | |
| 31 | function fill(style?: Style): string { |
| 32 | return style?.fillColor ?? "none"; |
| 33 | } |
| 34 | |
| 35 | function renderBox(item: Box): string { |
| 36 | const rounded = item.style?.corners === "rounded"; |
no outgoing calls
no test coverage detected
searching dependent graphs…