MCPcopy
hub / github.com/john-smilga/react-course-v3 / State

Interface State

17-starter-store/components/ui/use-toast.ts:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55interface State {
56 toasts: ToasterToast[]
57}
58
59const toastTimeouts = new Map<string, ReturnType<typeof setTimeout>>()
60

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected