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