UNPKG

laravel-jstools

Version:

JS tools for building front-side of Laravel applications

13 lines (12 loc) 515 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ContextTypeEnum = void 0; var ContextTypeEnum; (function (ContextTypeEnum) { ContextTypeEnum["primary"] = "primary"; ContextTypeEnum["secondary"] = "secondary"; ContextTypeEnum["success"] = "success"; ContextTypeEnum["danger"] = "danger"; ContextTypeEnum["warning"] = "warning"; ContextTypeEnum["info"] = "info"; })(ContextTypeEnum = exports.ContextTypeEnum || (exports.ContextTypeEnum = {}));