| 9 | alerts: ReactElement<typeof Alert>[]; |
| 10 | }; |
| 11 | declare class FlashMessages extends Component<Props, State> { |
| 12 | constructor(props: Props); |
| 13 | get alerts(): React.JSX.Element[]; |
| 14 | removeAlert: (component: ReactElement<typeof Alert>) => void; |
nothing calls this directly
no outgoing calls
no test coverage detected