Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/build/
H A DPlugin.types.d.ts72 export type Mod<Props = any> = ((config: ExportedConfigWithProps<Props>) => OptionalPromise<Exporte… alias
/expo/packages/@expo/config-plugins/src/
H A DPlugin.types.ts95 export type Mod<Props = any> = (( alias