UNPKG

expo-dev-client

Version:
7 lines (6 loc) 297 B
import type { PluginConfigType } from 'expo-dev-launcher/plugin/build/pluginConfig'; type DevClientPluginConfigType = PluginConfigType & { addGeneratedScheme?: boolean; }; declare const _default: import("@expo/config-plugins").ConfigPlugin<DevClientPluginConfigType>; export default _default;