UNPKG

ns-vue-flatpickr

Version:

A lightweight and customizable date/time picker component for Vue.js applications

18 lines (17 loc) 555 B
declare const includedEvents: import("ns-flatpickr/dist/types/options").HookKey[]; declare const excludedEvents: import("ns-flatpickr/dist/types/options").HookKey[]; declare const eventMappings: { onChange: string; onClose: string; onDestroy: string; onMonthChange: string; onOpen: string; onYearChange: string; onValueUpdate: string; onDayCreate: string; onParseConfig: string; onReady: string; onPreCalendarPosition: string; onKeyDown: string; }; export { includedEvents, excludedEvents, eventMappings };