UNPKG

jenesius-vue-modal

Version:

The progressive and simple modal system for Vue.js v3

6 lines (5 loc) 277 B
import { IModalCloseOptions } from "../utils/types"; /** * @description Try to close all modals windows. Throw error if some modal has onClose hook with returned false value. * */ export default function closeModal(options?: Partial<IModalCloseOptions>): Promise<void>;