UNPKG

react-native-video

Version:
9 lines 315 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Orientation; (function (Orientation) { Orientation["PORTRAIT"] = "portrait"; Orientation["LANDSCAPE"] = "landscape"; })(Orientation || (Orientation = {})); exports.default = Orientation; //# sourceMappingURL=Orientation.js.map