UNPKG

@scandit/web-datacapture-core

Version:

Scandit Data Capture SDK for the Web

8 lines (6 loc) 144 B
/// <reference types="emscripten" /> interface View { mount: (root: HTMLElement) => void; unmount: () => void; } export type { View };