@terra-js/terra-kit
Version:
SDK for mobile bridge to offer unified method signatures for Android/iOS.
9 lines (8 loc) • 334 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BarCodeInputType = void 0;
var BarCodeInputType;
(function (BarCodeInputType) {
BarCodeInputType["DATA_URL"] = "dataUrl";
BarCodeInputType["TEXT"] = "text";
})(BarCodeInputType = exports.BarCodeInputType || (exports.BarCodeInputType = {}));