@scandit/web-datacapture-core
Version:
Scandit Data Capture SDK for the Web
13 lines (11 loc) • 441 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;
type TranslationKey = keyof Translations;
export { type TranslationKey, type Translations, translations };