| 1 | import { ResultHoverState } from 'src/dashboard-refactor/search-results/types' |
| 2 | |
| 3 | export interface FocusableComponent { |
| 4 | focus(): void |
| 5 | } |
| 6 | |
| 7 | export type NoteResultHoverState = ResultHoverState | 'note' |
no outgoing calls
no test coverage detected