V2.0.6
You can export type to using it on option that you passing into a svelte-flatpickr-plus action
import type { FlatpickrOptions } from 'svelte-flatpickr-plus';
const options: FlatpickrOptions = {
dateFormat: 'Z'
...
};