scandit-web-datacapture-core
Version:
Scandit Data Capture SDK for the Web
12 lines (10 loc) • 378 B
TypeScript
/// <reference types="emscripten" />
declare const translations: {
"core.view.loading": string;
"core.singleImageUploader.title": string;
"core.singleImageUploader.button": string;
"core.camera.recovery": string;
"barcode.find.view.textForCollapseCardsButton": string;
};
type Translations = typeof translations;
export { type Translations, translations };