MCPcopy
hub / github.com/statelyai/xstate / YesNoContext

Interface YesNoContext

packages/xstate-react/test/types.test.tsx:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10describe('useMachine', () => {
11 interface YesNoContext {
12 value?: number;
13 }
14
15 interface YesNoEvent {
16 type: 'YES';

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…