MCPcopy Create free account
hub / github.com/code100x/daily-code / State

Interface State

packages/ui/src/shad/ui/use-toast.tsx:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected