replugged

    Interface Modal

    interface Modal {
        alert: Show;
        closeModal: CloseModal;
        confirm: (props: ShowProps) => Promise<null | boolean>;
        openModal: OpenModal;
    }
    Index

    Properties

    alert: Show
    closeModal: CloseModal
    confirm: (props: ShowProps) => Promise<null | boolean>
    openModal: OpenModal
    MMNEPVFCICPMFPCPTTAAATR