UNPKG

@expo/prebuild-config

Version:
4 lines (3 loc) 224 B
import { ConfigPlugin } from '@expo/config-plugins'; import { AndroidSplashConfig } from './getAndroidSplashConfig'; export declare const withAndroidSplashScreen: ConfigPlugin<AndroidSplashConfig | undefined | null | void>;