Vuepic / vue3-date-time-picker

Datepicker component for Vue 3
https://vue3datepicker.com
MIT License
158 stars 13 forks source link

Possibly typo in index.d.ts? #78

Closed smahm006 closed 2 years ago

smahm006 commented 2 years ago

Trying to run my vuejs project with vite build and it shoots an error:

\ node_modules/vue3-date-time-picker/index.d.ts:176:20 - error TS2304: Cannot find name 'Locale'.

176 formatLocale?: Locale; \

Changing the line to formatLocale?: boolean fixes the issue. Not sure if just on my side or typo in code.

Jasenkoo commented 2 years ago

It is a bug, in my IDE it was auto inherited from the date-fns, will extract it.

Jasenkoo commented 2 years ago

Included in the v2.5.0