@aidenlx/player
Version:
Headless web components that make integrating media on the a web a breeze.
12 lines • 441 B
TypeScript
/// <reference types="@vidstack/foundation/globals" />
import { VdsEvent } from '@vidstack/foundation';
export declare type VideoPresentationEvents = {
'vds-video-presentation-change': VideoPresentationChangeEvent;
};
/**
* Fired when the video presentation mode changes. Only available in Safari.
*
* @event
*/
export declare type VideoPresentationChangeEvent = VdsEvent<WebKitPresentationMode>;
//# sourceMappingURL=events.d.ts.map