UNPKG

7-segment-timer.contracts

Version:
8 lines (7 loc) 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Animations = void 0; var Animations; (function (Animations) { Animations["SmoothColorChange"] = "smooth-color-change"; })(Animations = exports.Animations || (exports.Animations = {}));