mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 12:49:20 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
9d6d2e2720
commit
de6c4deae8
4 changed files with 2134 additions and 1207 deletions
2
types/Dropdown/Dropdown.svelte.d.ts
vendored
2
types/Dropdown/Dropdown.svelte.d.ts
vendored
|
@ -28,7 +28,7 @@ export interface DropdownProps
|
|||
* Specify the selected item id
|
||||
* @default undefined
|
||||
*/
|
||||
selectedId?: DropdownItemId;
|
||||
selectedId: DropdownItemId;
|
||||
|
||||
/**
|
||||
* Specify the type of dropdown
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue