@tamagui/react-native-web-lite
Version:
React Native for Web
27 lines (25 loc) • 1.04 kB
JavaScript
function _class_call_check(instance, Constructor) {
if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function");
}
function _defineProperties(target, props) {
for (var i = 0; i < props.length; i++) {
var descriptor = props[i];
descriptor.enumerable = descriptor.enumerable || !1, descriptor.configurable = !0, "value" in descriptor && (descriptor.writable = !0), Object.defineProperty(target, descriptor.key, descriptor);
}
}
function _create_class(Constructor, protoProps, staticProps) {
return protoProps && _defineProperties(Constructor.prototype, protoProps), staticProps && _defineProperties(Constructor, staticProps), Constructor;
}
var Alert = /* @__PURE__ */function () {
"use strict";
function Alert2() {
_class_call_check(this, Alert2);
}
return _create_class(Alert2, null, [{
key: "alert",
value: function () {}
}]), Alert2;
}(),
Alert_default = Alert;
export { Alert_default as default };
//# sourceMappingURL=index.native.js.map