Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/build/
H A DPlugin.types.d.ts86 export interface ModConfig { interface
168 export type ModPlatform = keyof ModConfig; alias
/expo/packages/@expo/config-plugins/src/
H A DPlugin.types.ts112 export interface ModConfig { interface
195 export type ModPlatform = keyof ModConfig; alias