OwlCyberSecurity - MANAGER
Edit File: presto-youtube-subscribe-button.d.ts
import type { Components, JSX } from "../types/components"; interface PrestoYoutubeSubscribeButton extends Components.PrestoYoutubeSubscribeButton, HTMLElement {} export const PrestoYoutubeSubscribeButton: { prototype: PrestoYoutubeSubscribeButton; new (): PrestoYoutubeSubscribeButton; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;