Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/build/android/
H A DPaths.d.ts7 export type ApplicationProjectFile = ProjectFile<'java' | 'kt'>; alias
/expo/packages/@expo/config-plugins/src/android/
H A DPaths.ts16 export type ApplicationProjectFile = ProjectFile<'java' | 'kt'>; alias