mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-29 04:45:19 +08:00
chore: fix type error
This commit is contained in:
@@ -83,10 +83,6 @@ export type NavigationAction = {
|
||||
* Key of the navigator which should handle this action.
|
||||
*/
|
||||
target?: string;
|
||||
/**
|
||||
* Additional data for the action.
|
||||
*/
|
||||
payload?: object;
|
||||
};
|
||||
|
||||
export type ActionCreators<Action extends NavigationAction> = {
|
||||
|
||||
Reference in New Issue
Block a user