UNPKG

jenesius-vue-modal

Version:

The progressive and simple modal system for Vue.js v3

6 lines (5 loc) 274 B
import { INamespaceKey } from "../utils/NamespaceStore"; /** * @return {Modal} Last opened modal in active status. Return undefined if there is not opened modal. * */ export default function getCurrentModal(namespace?: INamespaceKey): import("..").Modal | undefined;