@aidenlx/player
Version:
Headless web components that make integrating media on the a web a breeze.
7 lines • 303 B
TypeScript
import type { MediaEvents } from '../events';
import type { MediaRequestEvents } from '../request.events';
/**
* All media events that are dispatched up to a `MediaControllerElement`.
*/
export declare type MediaControllerEvents = MediaEvents & MediaRequestEvents;
//# sourceMappingURL=events.d.ts.map