UNPKG

@expo/prebuild-config

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