UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

15 lines (14 loc) 445 B
import { default as React } from 'react'; import { DatabaseId, ViewModel } from '../lib/types/types'; export declare class VerificationFormEs5 { element: HTMLElement; programId: DatabaseId; trackingId: string; viewModel: ViewModel; ref: React.RefObject<any>; constructor(element: HTMLElement, programId: DatabaseId, trackingId?: string); refresh(): void; reset(): void; render(): void; unmount(): void; }