UNPKG

@nativescript/template-blank-react

Version:
10 lines (9 loc) 158 B
/** * A record of the navigation params for each route in your app. */ export type MainStackParamList = { One?: {}; Two: { message: string; }; };