6 lines
100 B
TypeScript
6 lines
100 B
TypeScript
export type RootStackParamList = {
|
|
Home: undefined;
|
|
Level: undefined;
|
|
Settings: undefined;
|
|
};
|