@komgrip/vue-flatpickr
Version:
A lightweight and customizable date/time picker component for Vue.js applications
18 lines (17 loc) • 567 B
TypeScript
declare const includedEvents: import("@komgrip/flatpickr/dist/types/options").HookKey[];
declare const excludedEvents: import("@komgrip/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 };