Try this! function navigate<Stack extends {}>( screenName: keyof Stack, props: Stack[typeof screenName] ) { // Implementation }. Example,
確定! 回上一頁