@securecall/client-component
Version:
SecureCall Core Web Component
12 lines (11 loc) • 365 B
TypeScript
import { EventEmitter } from '../../stencil-public-runtime';
export declare class SecurecallRequestSecurePan {
fieldName: string;
config: any;
secureFieldResetEvent: EventEmitter<string>;
private readonly log;
handleConfigChange(newConfig: any, oldConfig: any): void;
handleClick(ev: any): void;
cardIconMap(): any;
render(): any;
}