UNPKG

react-awesome-toasts

Version:

Higly customisable React toast notifications with automanaged queue

9 lines (8 loc) 224 B
import React from 'react'; export declare type Props = { text: string; actionText?: string; ariaLabel?: string; onActionClick?: (event: React.MouseEvent<HTMLButtonElement>) => void; variant?: 'error'; };