we-insights-react-native
Version:
[we-insights] is a powerful utility library designed to streamline data collection processes for WeApp employees. It simplifies the process of gathering, storing, and managing data within WeApp projects, making it an invaluable tool for enhancing efficien
24 lines (23 loc) • 612 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "FeedbackForm", {
enumerable: true,
get: function () {
return _FeedbackForm.FeedbackForm;
}
});
exports.test = test;
Object.defineProperty(exports, "useInsights", {
enumerable: true,
get: function () {
return _useInsights.useInsights;
}
});
var _useInsights = require("./hooks/useInsights");
var _FeedbackForm = require("./components/FeedbackForm");
function test(a) {
return Promise.resolve('we-use-insights package is working properly' + a);
}
//# sourceMappingURL=index.js.map