UNPKG

@lahzenegar/video-react

Version:

Video-React is a web video player built from the ground up for an HTML5 world using React library.

17 lines (11 loc) 503 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _ForwardReplayControl = require('./ForwardReplayControl'); var _ForwardReplayControl2 = _interopRequireDefault(_ForwardReplayControl); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } // Pass mode into parent function var ForwardControl = (0, _ForwardReplayControl2.default)('forward'); ForwardControl.displayName = 'ForwardControl'; exports.default = ForwardControl;