UNPKG

modal-g

Version:
19 lines (18 loc) 563 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ActionTypes = void 0; var ActionTypes; (function (ActionTypes) { ActionTypes["mount"] = "mount"; ActionTypes["unmount"] = "unmount"; ActionTypes["focus"] = "focus"; ActionTypes["show"] = "show"; ActionTypes["hide"] = "hide"; ActionTypes["max"] = "max"; ActionTypes["reset"] = "reset"; ActionTypes["resize"] = "resize"; ActionTypes["drag"] = "drag"; ActionTypes["windowResize"] = "windowResize"; })(ActionTypes || (exports.ActionTypes = ActionTypes = {}));