1
0
Fork 0
mirror of synced 2024-10-05 20:44:47 +13:00

Remove unused props

This commit is contained in:
Andrew Kingston 2023-11-03 09:35:24 +00:00
parent de0f87fa32
commit a6bda4fce7

View file

@ -14,8 +14,6 @@
export let placeholder = null
export let timeOnly = false
export let ignoreTimezones = false
export let range = false
export let flatpickr
export let useKeyboardShortcuts = true
const dispatch = createEventDispatcher()