replugged

    Interface RepluggedAnnouncement

    interface RepluggedAnnouncement {
        _dismissed?: boolean;
        button?: { href?: string; onClick?: () => void; text: string };
        color?: string;
        message: ReactNode;
        onClose?: () => void;
    }
    Index

    Properties

    _dismissed?: boolean
    button?: { href?: string; onClick?: () => void; text: string }
    color?: string
    message: ReactNode
    onClose?: () => void
    MMNEPVFCICPMFPCPTTAAATR