UNPKG

wotnot-video-react

Version:

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

20 lines (16 loc) 453 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); require("../styles/scss/video-react.scss"); var _index = require("./index"); Object.keys(_index).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (key in exports && exports[key] === _index[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _index[key]; } }); });