UNPKG

react-native-google-cast

Version:
15 lines (14 loc) 507 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; /** The possible states of the receiver active-input. */ var ActiveInputState = /*#__PURE__*/function (ActiveInputState) { ActiveInputState["UNKNOWN"] = "unknown"; ActiveInputState["INACTIVE"] = "inactive"; ActiveInputState["ACTIVE"] = "active"; return ActiveInputState; }(ActiveInputState || {}); var _default = exports.default = ActiveInputState; //# sourceMappingURL=ActiveInputState.js.map