| 335 | } |
| 336 | |
| 337 | interface StackNode { |
| 338 | container: { children: Array<DevComponent | string> } |
| 339 | markType?: TextMark |
| 340 | linkHref?: string |
| 341 | } |
| 342 | |
| 343 | interface ListStackItem { |
| 344 | list: DevComponent |
nothing calls this directly
no outgoing calls
no test coverage detected