UNPKG

jenesius-vue-modal

Version:

The progressive and simple modal system for Vue.js v3

6 lines (5 loc) 270 B
import { IEventClose } from "../utils/dto"; /** * @description Closing modal window by id. Only this method allows you to change the properties of the event-close. * */ export default function closeById(id: number, options?: Partial<IEventClose>): Promise<void>;