( props: ResultTableProps, )
| 6 | import {useResultRowIds} from './hooks.ts'; |
| 7 | |
| 8 | export const ResultTableView: typeof ResultTableViewDecl = ( |
| 9 | props: ResultTableProps, |
| 10 | ): any => resultTableView(props, useResultRowIds(props.queryId, props.queries)); |
nothing calls this directly
no test coverage detected
searching dependent graphs…