UNPKG

react-native-theoplayer

Version:

A THEOplayer video component for react-native.

9 lines (8 loc) 168 B
"use strict"; export class BaseEvent { constructor(type, date = new Date()) { this.type = type; this.date = date; } } //# sourceMappingURL=BaseEvent.js.map