fix(list-box): update styles for ListBoxSelection

This commit is contained in:
Eric Y Liu 2021-03-12 16:47:38 -08:00
commit 448f3488d4
4 changed files with 62 additions and 28 deletions

View file

@ -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