mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 03:49:34 +00:00
parent
44629b2544
commit
d0f6ee9b51
6 changed files with 41 additions and 2 deletions
6
types/DatePicker/DatePickerInput.d.ts
vendored
6
types/DatePicker/DatePickerInput.d.ts
vendored
|
@ -32,6 +32,12 @@ export interface DatePickerInputProps
|
|||
*/
|
||||
disabled?: boolean;
|
||||
|
||||
/**
|
||||
* Specify the helper text
|
||||
* @default ""
|
||||
*/
|
||||
helperText?: string;
|
||||
|
||||
/**
|
||||
* Specify the ARIA label for the calendar icon
|
||||
* @default ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue