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