ASF - v1.0.0
    Preparing search index...

    Interface ModalContext

    interface ModalContext {
        open: (modal: Modal) => void;
        close: (cb: () => void) => void;
    }
    Index

    Properties

    Properties

    open: (modal: Modal) => void
    close: (cb: () => void) => void