spectatr-player-sdk
Version:
A custom video player built with Stencil with Shaka Player integration
12 lines (10 loc) • 365 B
TypeScript
import type { Components, JSX } from "../types/components";
interface VideoSuggestions extends Components.VideoSuggestions, HTMLElement {}
export const VideoSuggestions: {
prototype: VideoSuggestions;
new (): VideoSuggestions;
};
/**
* Used to define this component and all nested components recursively.
*/
export const defineCustomElement: () => void;