MCPcopy Create free account
hub / github.com/emwalker/digraph /

Class

client/src/components/FlashMessages/index.d.ts:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 alerts: ReactElement<typeof Alert>[];
10};
11declare class FlashMessages extends Component<Props, State> {
12 constructor(props: Props);
13 get alerts(): React.JSX.Element[];
14 removeAlert: (component: ReactElement<typeof Alert>) => void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected