UNPKG

@yidun/livedetect-sdk-h5

Version:

活体检测 H5

10 lines (9 loc) 311 B
import { DomNode } from '@Src/main/utils/domNode'; import { Position } from '.'; declare class ToastItem extends DomNode { timer: any; readonly position: Position; constructor(container: HTMLElement, html: string | HTMLElement, position?: Position); dispose(): void; } export default ToastItem;