UNPKG

@innovatrics/dot-document-auto-capture

Version:
14 lines (13 loc) 312 B
import type { AutoCaptureError } from '../../error'; export type AnimationEndEvent = { detail?: { animationEnd: boolean; }; } & Event; export type StatusChangeEvent<Phase, State> = { detail?: { error?: AutoCaptureError; phase?: Phase; state?: State; }; } & Event;