Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/build/
H A DPlugin.types.d.ts71 export type StaticPlugin<T = any> = [string | ConfigPlugin<T>, T]; alias
/expo/packages/@expo/config-plugins/src/
H A DPlugin.types.ts93 export type StaticPlugin<T = any> = [string | ConfigPlugin<T>, T]; alias