UNPKG

react-native-google-cast

Version:
14 lines (13 loc) 414 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var StandbyState = /*#__PURE__*/function (StandbyState) { StandbyState["UNKNOWN"] = "unknown"; StandbyState["INACTIVE"] = "inactive"; StandbyState["ACTIVE"] = "active"; return StandbyState; }(StandbyState || {}); var _default = exports.default = StandbyState; //# sourceMappingURL=StandbyState.js.map