UNPKG

spectatr-player-sdk

Version:

A custom video player built with Stencil with Shaka Player integration

12 lines (10 loc) 370 B
import type { Components, JSX } from "../types/components"; interface SpectatrPlayerSdk extends Components.SpectatrPlayerSdk, HTMLElement {} export const SpectatrPlayerSdk: { prototype: SpectatrPlayerSdk; new (): SpectatrPlayerSdk; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;