UNPKG
vue-flatpickr-jalili-component
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Vue.js component for Flatpickr date-time picker
vue-flatpickr-jalili-component
/
dist
/
types
/
events.d.ts
6 lines
(5 loc)
•
219 B
TypeScript
View Raw
1
2
3
4
5
6
import
flatpickr
from
'flatpickr-jalali-support'
;
import
HookKey
= flatpickr.
Options
.
HookKey
;
declare
const
includedEvents
:
HookKey
[];
declare
const
excludedEvents
:
HookKey
[];
export
{ includedEvents, excludedEvents };