mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Add name to ActionMeta (#41553)
This commit is contained in:
committed by
Eli Barzilay
parent
6391d45f34
commit
6a20a07fb3
1
types/react-select/src/types.d.ts
vendored
1
types/react-select/src/types.d.ts
vendored
@@ -68,6 +68,7 @@ export type ActionTypes =
|
||||
|
||||
export interface ActionMeta {
|
||||
action: ActionTypes;
|
||||
name?: string;
|
||||
}
|
||||
|
||||
export type InputActionTypes =
|
||||
|
||||
Reference in New Issue
Block a user