UNPKG

vue-flatpickr-component

Version:
19 lines (18 loc) 366 B
const includedEvents = [ 'onChange', 'onClose', 'onDestroy', 'onMonthChange', 'onOpen', 'onYearChange', ]; // Let's not emit these events by default const excludedEvents = [ 'onValueUpdate', 'onDayCreate', 'onParseConfig', 'onReady', 'onPreCalendarPosition', 'onKeyDown', ]; export { includedEvents, excludedEvents };