fix(date-picker): type locale prop using flatpickr types

Fixes #855
This commit is contained in:
metonym 2021-11-12 14:32:11 -08:00
commit 0b931cafdb
5 changed files with 25 additions and 17 deletions

View file

@ -2659,7 +2659,7 @@
"name": "locale",
"kind": "let",
"description": "Specify the locale",
"type": "string",
"type": "import(\"flatpickr/dist/types/locale\").CustomLocale | import(\"flatpickr/dist/types/locale\").key",
"value": "\"en\"",
"isFunction": false,
"isFunctionDeclaration": false,