mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
parent
f2493c083d
commit
0b931cafdb
5 changed files with 25 additions and 17 deletions
4
types/DatePicker/DatePicker.svelte.d.ts
vendored
4
types/DatePicker/DatePicker.svelte.d.ts
vendored
|
@ -51,7 +51,9 @@ export interface DatePickerProps
|
|||
* Specify the locale
|
||||
* @default "en"
|
||||
*/
|
||||
locale?: string;
|
||||
locale?:
|
||||
| import("flatpickr/dist/types/locale").CustomLocale
|
||||
| import("flatpickr/dist/types/locale").key;
|
||||
|
||||
/**
|
||||
* Set to `true` to use the short variant
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue