MCPcopy
hub / github.com/TanStack/form / FormDevtoolsReactInit

Interface FormDevtoolsReactInit

packages/react-form-devtools/src/FormDevtools.tsx:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import type { FormDevtoolsCore } from '@tanstack/form-devtools'
4
5export interface FormDevtoolsReactInit {
6 theme?: 'light' | 'dark'
7}
8
9export const FormDevtools = (props?: FormDevtoolsReactInit) => {
10 const devToolRef = useRef<HTMLDivElement>(null)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected