UNPKG

@securecall/client-component

Version:

SecureCall Core Web Component

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