MCPcopy
hub / github.com/iamhosseindhv/notistack / State

Interface State

src/transitions/Transition/Transition.tsx:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40const EXITING = 'exiting';
41
42interface State {
43 status: TransitionStatus;
44}
45
46interface NextCallback {
47 (): void;

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…