Skip to content

V2.0.6

Compare
Choose a tag to compare
@kodaicoder kodaicoder released this 05 Mar 08:15
· 15 commits to main since this release

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'
                 ...
	      };