MCPcopy
hub / github.com/fkhadra/react-toastify / EnqueuedToast

Interface EnqueuedToast

src/core/store.ts:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12import { ContainerObserver, createContainerObserver } from './containerObserver';
13
14interface EnqueuedToast {
15 content: ToastContent<any>;
16 options: NotValidatedToastProps;
17}
18
19interface RemoveParams {
20 id?: Id;

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…