UNPKG

jenesius-vue-modal

Version:

The progressive and simple modal system for Vue.js v3

9 lines (8 loc) 300 B
/** * last change: 13.08.2022 * */ /** * @description Function run when ModalContainer was mounted in user's interface. * Set the key 'initialized' to true and handle the 'keyup' event. * */ export default function initialize(namespace?: import("./NamespaceStore").INamespaceKey): void;