@yidun/livedetect-sdk-h5
Version:
活体检测 H5
9 lines (8 loc) • 331 B
TypeScript
import NELiveDetection from '@Src/main/live-detection';
import { DomNode } from '@Src/main/utils/domNode';
export declare class Footer extends DomNode {
private readonly neLiveDetection;
iconTips: Array<[string, string]>;
constructor(container: HTMLElement, neLiveDetection: NELiveDetection);
initFooter(): void;
}