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
3ffe9cddc0
commit
eedc619900
16 changed files with 171 additions and 147 deletions
2
types/ComboBox/ComboBox.svelte.d.ts
vendored
2
types/ComboBox/ComboBox.svelte.d.ts
vendored
|
@ -15,7 +15,7 @@ export interface ComboBoxProps
|
|||
* Set the combobox items
|
||||
* @default []
|
||||
*/
|
||||
items?: ComboBoxItem[];
|
||||
items?: ReadonlyArray<ComboBoxItem>;
|
||||
|
||||
/**
|
||||
* Override the display of a combobox item
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue