Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/build/
H A DPlugin.types.d.ts70 export type ConfigPlugin<Props = void> = (config: ExpoConfig, props: Props) => ExpoConfig; alias
/expo/packages/@expo/config-plugins/src/
H A DPlugin.types.ts91 export type ConfigPlugin<Props = void> = (config: ExpoConfig, props: Props) => ExpoConfig; alias