mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
[react-navigation] Add optional key property to NavigationNavigateActionPayload
This commit is contained in:
2
types/react-navigation/index.d.ts
vendored
2
types/react-navigation/index.d.ts
vendored
@@ -202,6 +202,8 @@ export interface NavigationNavigateActionPayload {
|
||||
|
||||
// The action to run inside the sub-router
|
||||
action?: NavigationNavigateAction;
|
||||
|
||||
key?: string;
|
||||
}
|
||||
|
||||
export interface NavigationNavigateAction extends NavigationNavigateActionPayload {
|
||||
|
||||
Reference in New Issue
Block a user