| 30 | |
| 31 | interface LayerWithChildrenProps extends LayerProps, PropsWithChildren {} |
| 32 | interface PathWithChildrenProps extends PathProps, PropsWithChildren {} |
| 33 | |
| 34 | export function createControlComponent< |
| 35 | E extends Control, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…