UNPKG

@scandit/web-datacapture-core

Version:

Scandit Data Capture SDK for the Web

10 lines (8 loc) 192 B
/// <reference types="emscripten" /> declare enum NotificationStyle { Info = "info", Error = "error", Warning = "warning", Success = "success" } export { NotificationStyle };