MCPcopy Create free account
hub / github.com/TanStack/hotkeys / DevtoolsProps

Interface DevtoolsProps

packages/hotkeys-devtools/src/components/index.tsx:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import type { TanStackDevtoolsTheme } from '@tanstack/devtools-ui'
6
7interface DevtoolsProps {
8 theme: TanStackDevtoolsTheme
9}
10
11export default function HotkeysDevtools(props: DevtoolsProps) {
12 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…