UNPKG

vue-flatpickr-component

Version:
6 lines (5 loc) 204 B
import flatpickr from 'flatpickr'; import HookKey = flatpickr.Options.HookKey; declare const includedEvents: HookKey[]; declare const excludedEvents: HookKey[]; export { includedEvents, excludedEvents };