Interface MenuModalRenderContext

interface MenuModalRenderContext {
    onClose: (() => void);
}

Properties

Properties

onClose: (() => void)