@securecall/client-component
Version:
SecureCall Core Web Component
12 lines (10 loc) • 405 B
TypeScript
import type { Components, JSX } from "../types/components";
interface SecurecallResponseButton extends Components.SecurecallResponseButton, HTMLElement {}
export const SecurecallResponseButton: {
prototype: SecurecallResponseButton;
new (): SecurecallResponseButton;
};
/**
* Used to define this component and all nested components recursively.
*/
export const defineCustomElement: () => void;