UNPKG

@scandit/web-datacapture-core

Version:

Scandit Data Capture SDK for the Web

5 lines (3 loc) 194 B
/// <reference types="emscripten" /> declare function waitTransitionEndForElement(element: HTMLElement, propertyName: string): Promise<TransitionEvent>; export { waitTransitionEndForElement };