interface ToastsDisplayProps {
    toasts: {
        id: string;
        message: string;
    }[];
}

Properties

Properties

toasts: {
    id: string;
    message: string;
}[]

List of toasts to display inside this component

Type declaration

  • id: string
  • message: string

Generated using TypeDoc