| 29 | import { type PathProps, createPathHook } from './path.js' |
| 30 | |
| 31 | interface LayerWithChildrenProps extends LayerProps, PropsWithChildren {} |
| 32 | interface PathWithChildrenProps extends PathProps, PropsWithChildren {} |
| 33 | |
| 34 | export function createControlComponent< |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…