UNPKG

react-native-theoplayer

Version:

A THEOplayer video component for react-native.

14 lines (13 loc) 285 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BaseEvent = void 0; class BaseEvent { constructor(type, date = new Date()) { this.type = type; this.date = date; } } exports.BaseEvent = BaseEvent; //# sourceMappingURL=BaseEvent.js.map