UNPKG

react-material-overlay

Version:

A fully featured Material UI implementation of overlays like modals, alert dialogs, lightboxes, and bottom sheets featuring easy stack management and browser history integration

9 lines (7 loc) 157 B
import RmoStack from '../core/RmoStack'; /** * remove(close) all active overlays */ export default function flush() { return RmoStack.flush(); }