Searched refs:PlatformSelect (Results 1 – 3 of 3) sorted by relevance
3 export type PlatformSelect = <T>(specifics: { alias20 select: PlatformSelect;
1 …PlatformSelect = <T>(specifics: { [platform in PlatformSelectOSType]?: T }) => T;\n\nconst Platfor…
12 export type PlatformSelect = <T>(specifics: { [platform in PlatformSelectOSType]?: T }) => T; alias28 select: ReactNativePlatform.select as PlatformSelect,