( ...args: Params )
| 37 | test ? callback : undefined; |
| 38 | |
| 39 | export const getParams = < |
| 40 | Params extends HtmlTableParams | RelationshipInHtmlRowParams, |
| 41 | >( |
| 42 | ...args: Params |
| 43 | ): Params => args; |
| 44 | |
| 45 | export const useCells = ( |
| 46 | defaultCellIds: MaybeAccessor<Ids>, |
no outgoing calls
no test coverage detected
searching dependent graphs…