@evefrontier/dapp-kit - v0.1.9
    Preparing search index...

    Interface NotificationContextType

    interface NotificationContextType {
        notify: (notification: NotifySuccess | NotifyOther) => void;
        notification: NotificationState;
        handleClose: () => void;
    }
    Index

    Properties

    notify: (notification: NotifySuccess | NotifyOther) => void
    notification: NotificationState
    handleClose: () => void