MCPcopy Create free account
hub / github.com/Seanium/ChatMap / State

Interface State

hooks/use-toast.ts:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected