@theoplayer/react-native-ui
Version:
A React Native UI for @theoplayer/react-native
18 lines (17 loc) • 487 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TestIDs = void 0;
const TestIDs = exports.TestIDs = {
AIRPLAY_BUTTON: 'airplay-button',
CHROMECAST_BUTTON: 'chromecast-button',
FULLSCREEN_BUTTON: 'fullscreen-button',
MUTE_BUTTON: 'mute-button',
PIP_BUTTON: 'pip-button',
PLAY_BUTTON: 'play-button',
SEEK_BAR: 'seek-bar',
SKIP_FWD_BUTTON: 'skip-fwd-button',
SKIP_BWD_BUTTON: 'skip-bwd-button'
};
//# sourceMappingURL=TestIDs.js.map