(props: ResultTableProps)
| 5 | import {useResultRowIds} from './primitives.ts'; |
| 6 | |
| 7 | export const ResultTableView = (props: ResultTableProps): JSXElement => |
| 8 | resultTableView( |
| 9 | props, |
| 10 | useResultRowIds( |
| 11 | () => props.queryId, |
| 12 | () => props.queries, |
| 13 | ), |
| 14 | ); |
nothing calls this directly
no test coverage detected
searching dependent graphs…