()
| 1540 | ): Metrics | undefined => useCreate(store, create, createDeps); |
| 1541 | |
| 1542 | export const useMetricsIds: typeof useMetricsIdsDecl = () => |
| 1543 | useThingIds(OFFSET_METRICS); |
| 1544 | |
| 1545 | export const useMetrics: typeof useMetricsDecl = ( |
| 1546 | id?: Id, |
searching dependent graphs…