UNPKG

scandit-web-datacapture-core

Version:

Scandit Data Capture SDK for the Web

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