mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Carbon Components React - MutliSelect types fix (#41779)
* Added the required items type to MultiSelect.d.ts.
This commit is contained in:
committed by
Ben Lichtman
parent
16b047f880
commit
e7f05433ff
@@ -20,6 +20,7 @@ interface InheritedProps<T extends ListBoxBaseItemType = string> extends
|
||||
export interface MultiSelectProps<T extends ListBoxBaseItemType = string> extends InheritedProps<T> {
|
||||
downshiftProps?: any, // TODO
|
||||
initialSelectedItems?: T[],
|
||||
items: T[],
|
||||
inline?: boolean,
|
||||
label?: React.ReactNode,
|
||||
locale?: string,
|
||||
|
||||
Reference in New Issue
Block a user