@kiwicom/smart-faq
Version:
26 lines (24 loc) • 564 B
JavaScript
/*:: export type LogEvent =
| 'smartFAQ'
| 'smartFAQBookingOverview'
| 'smartFAQCategories'
| 'smartFAQNoBooking'
| 'contactForm'
| 'goBack';*/
/*:: export type EventPayload = { [string]: string | number | boolean };*/
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
// @noflow
var emptyCuckoo = {
// eslint-disable-next-line no-unused-vars
infinario: function infinario(ev
/*: LogEvent*/
, payload
/*: EventPayload*/
) {}
};
var _default = emptyCuckoo;
exports.default = _default;