ngx-soundmanager2
Version:
SoundManager2 Music Player for Angular2+
19 lines • 514 B
JavaScript
/**
* @fileoverview added by tsickle
* @suppress {checkTypes} checked by tsc
*/
/**
* @record
*/
export function ITrackEvent() { }
function ITrackEvent_tsickle_Closure_declarations() {
/** @type {?} */
ITrackEvent.prototype.trackId;
/** @type {?|undefined} */
ITrackEvent.prototype.trackProgress;
/** @type {?|undefined} */
ITrackEvent.prototype.trackPosition;
/** @type {?|undefined} */
ITrackEvent.prototype.trackDuration;
}
//# sourceMappingURL=itrack-event.interface.js.map