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