UNPKG

jenesius-vue-modal

Version:

The progressive and simple modal system for Vue.js v3

6 lines (5 loc) 220 B
import { IStoreElement } from "../utils/types"; /** * @description Method using for checking exist modal in store. * */ export default function getComponentFromStore(modalName: string): IStoreElement | undefined;