mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 11:59:34 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
12045756ca
commit
1cf28c6809
4 changed files with 11 additions and 11 deletions
2
types/Select/Select.svelte.d.ts
vendored
2
types/Select/Select.svelte.d.ts
vendored
|
@ -7,7 +7,7 @@ export interface SelectProps
|
|||
* Specify the selected item value
|
||||
* @default undefined
|
||||
*/
|
||||
selected?: string;
|
||||
selected?: string | number;
|
||||
|
||||
/**
|
||||
* Set the size of the select input
|
||||
|
|
2
types/Select/SelectItem.svelte.d.ts
vendored
2
types/Select/SelectItem.svelte.d.ts
vendored
|
@ -6,7 +6,7 @@ export interface SelectItemProps {
|
|||
* Specify the option value
|
||||
* @default ""
|
||||
*/
|
||||
value?: string;
|
||||
value?: string | number;
|
||||
|
||||
/**
|
||||
* Specify the option text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue