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