mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
fix(list-box): update styles for ListBoxSelection
This commit is contained in:
parent
bee8b521ca
commit
448f3488d4
4 changed files with 62 additions and 28 deletions
2
types/ListBox/ListBoxSelection.d.ts
vendored
2
types/ListBox/ListBoxSelection.d.ts
vendored
|
@ -8,7 +8,7 @@ export interface ListBoxSelectionProps
|
|||
/**
|
||||
* Specify the number of selected items
|
||||
*/
|
||||
selectionCount?: any;
|
||||
selectionCount?: number;
|
||||
|
||||
/**
|
||||
* Set to `true` to disable the list box selection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue