UNPKG

@kiwicom/smart-faq

Version:

Smart FAQ

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