File "presto-video.d.ts"
Full Path: /home/tekvhqgl/public_html/dev2024_old_skip/wp-content/plugins/presto-player/dist/components/components/presto-video.d.ts
File size: 336 bytes
MIME-type: text/x-java
Charset: utf-8
import type { Components, JSX } from "../types/components";
interface PrestoVideo extends Components.PrestoVideo, HTMLElement {}
export const PrestoVideo: {
prototype: PrestoVideo;
new (): PrestoVideo;
};
/**
* Used to define this component and all nested components recursively.
*/
export const defineCustomElement: () => void;