spk-toast-test
Version:
A light-weight react toast component built for mobile web app
15 lines (14 loc) • 434 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var Type;
(function (Type) {
Type["Info"] = "info";
Type["Success"] = "success";
Type["Fail"] = "fail";
Type["Loading"] = "loading";
})(Type = exports.Type || (exports.Type = {}));
var Animation;
(function (Animation) {
Animation["In"] = "in";
Animation["Out"] = "out";
})(Animation = exports.Animation || (exports.Animation = {}));