petalbid-frontend
    Preparing search index...

    Defines the shape of the context provided by AlertProvider.

    interface AlertContextType {
        showAlert: (options: AlertOptions) => void;
    }
    Index

    Properties

    Properties

    showAlert: (options: AlertOptions) => void

    Function to display an alert dialog.

    Type Declaration