( props: LinkedRowsProps, )
| 6 | import {useLinkedRowIds} from './hooks.ts'; |
| 7 | |
| 8 | export const LinkedRowsView: typeof LinkedRowsViewDecl = ( |
| 9 | props: LinkedRowsProps, |
| 10 | ): any => useComponentPerRow(props, useLinkedRowIds, props.firstRowId); |
nothing calls this directly
no test coverage detected
searching dependent graphs…