Home
last modified time | relevance | path

Searched defs:selectedValue (Results 1 – 1 of 1) sorted by relevance

/expo/packages/@expo/cli/src/api/user/
H A Dotp.ts92 const selectedValue = await selectAsync('Select a second-factor device:', deviceChoices, { constant
101 const device = smsNonPrimarySecondFactorDevices[selectedValue]; constant