| 5 | import type { TanStackDevtoolsTheme } from '@tanstack/devtools-ui' |
| 6 | |
| 7 | interface DevtoolsProps { |
| 8 | theme: TanStackDevtoolsTheme |
| 9 | } |
| 10 | |
| 11 | export default function HotkeysDevtools(props: DevtoolsProps) { |
| 12 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…