nativescript-akylas-preferences
Version:
Common API to allow users to use native (familiar) app settings screens instead of having to craft custom UIs
12 lines • 453 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.Common = void 0;
var nativescript_observable_1 = require("nativescript-observable");
var Common = (function (_super) {
__extends(Common, _super);
function Common() {
return _super !== null && _super.apply(this, arguments) || this;
}
return Common;
}(nativescript_observable_1.default));
exports.Common = Common;
//# sourceMappingURL=preferences.common.js.map