Home
last modified time | relevance | path

Searched refs:PlatformSelect (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-modules-core/build/
H A DPlatform.d.ts3 export type PlatformSelect = <T>(specifics: { alias
20 select: PlatformSelect;
H A DPlatform.js.map1PlatformSelect = <T>(specifics: { [platform in PlatformSelectOSType]?: T }) => T;\n\nconst Platfor…
/expo/packages/expo-modules-core/src/
H A DPlatform.ts12 export type PlatformSelect = <T>(specifics: { [platform in PlatformSelectOSType]?: T }) => T; alias
28 select: ReactNativePlatform.select as PlatformSelect,