UNPKG

ranui

Version:

A framework-agnostic Web Components UI library built on native custom elements, with TypeScript types, light/dark theming, SSR and PWA support.

3 lines (2 loc) 173 B
export declare function isRemotePlaybackSupported(video?: HTMLVideoElement): boolean; export declare function requestRemotePlayback(video: HTMLVideoElement): Promise<void>;