UNPKG

react-native-maps

Version:
5 lines (4 loc) 190 B
import type { ConfigPlugin } from '@expo/config-plugins'; import type { ConfigPluginProps } from './types'; declare const withMaps: ConfigPlugin<ConfigPluginProps>; export default withMaps;