ranui
Version:
A framework-agnostic Web Components UI library built on native custom elements, with TypeScript types, light/dark theming, SSR and PWA support.
11 lines (10 loc) • 462 B
TypeScript
export declare function shouldSetLoadingOnSeeking(input: {
isDraggingProgress: boolean;
video?: HTMLVideoElement;
}): boolean;
export declare function shouldSetLoadingOnWaiting(input: {
isSeeking: boolean;
video?: HTMLVideoElement;
}): boolean;
export declare function syncPlayButtonState(playButton: HTMLElement, isPlaying: boolean): void;
export declare function syncCenterPlayVisibility(centerPlayButton: HTMLElement, visible: boolean): void;