UNPKG

@securecall/client-component

Version:

SecureCall Core Web Component

11 lines (10 loc) 290 B
import { EventEmitter } from '../../stencil-public-runtime'; export declare class SecurecallResponseButton { fieldName: string; label: string; action: string; responseButtonEvent: EventEmitter<string>; private readonly log; handleClick(): void; render(): any; }