@grafana/faro-react
Version:
Faro package that enables easier integration in projects built with React.
8 lines • 540 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.withFaroProfiler = exports.FaroProfiler = void 0;
var FaroProfiler_1 = require("./FaroProfiler");
Object.defineProperty(exports, "FaroProfiler", { enumerable: true, get: function () { return FaroProfiler_1.FaroProfiler; } });
var withFaroProfiler_1 = require("./withFaroProfiler");
Object.defineProperty(exports, "withFaroProfiler", { enumerable: true, get: function () { return withFaroProfiler_1.withFaroProfiler; } });
//# sourceMappingURL=index.js.map
;