UNPKG

react-awesome-toasts

Version:

Higly customisable React toast notifications with automanaged queue

7 lines (6 loc) 214 B
import * as React from 'react'; import * as T from './ToastContext.types'; declare class ToastConsumer extends React.PureComponent<T.ToastConsumerProps> { render(): JSX.Element; } export default ToastConsumer;