UNPKG

@aidenlx/player

Version:

Headless web components that make integrating media on the a web a breeze.

9 lines 230 B
/** * Indicates the current view type which determines how the media will be presented. */ export declare enum ViewType { Unknown = "unknown", Audio = "audio", Video = "video" } //# sourceMappingURL=ViewType.d.ts.map