mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
Merge pull request #23515 from justinmwarner/juwar/reactselect-tabindex
ReactSelectProps tabIndex can be a string or number
This commit is contained in:
2
types/react-select/index.d.ts
vendored
2
types/react-select/index.d.ts
vendored
@@ -463,7 +463,7 @@ export interface ReactSelectProps<TValue = OptionValues> extends React.Props<Rea
|
||||
/**
|
||||
* optional tab index of the control
|
||||
*/
|
||||
tabIndex?: string;
|
||||
tabIndex?: string | number;
|
||||
|
||||
/**
|
||||
* value component to render
|
||||
|
||||
Reference in New Issue
Block a user