UNPKG

@yidun/livedetect-sdk-h5

Version:

活体检测 H5

12 lines (11 loc) 443 B
import NELiveDetection from '@Src/main/live-detection'; import { DomNode } from '@Src/main/utils/domNode'; export declare class Progress extends DomNode { private readonly neLiveDetection; steps: HTMLElement[]; activeIndex: number; constructor(container: HTMLElement, neLiveDetection: NELiveDetection); initSteps(): void; updateActiveStep(activeIndex: number): void; updateActiveIndex(activeIndex: number): void; }