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