UNPKG

@expo/prebuild-config

Version:
6 lines (5 loc) 379 B
import { ConfigPlugin } from '@expo/config-plugins'; import { IBSplashScreenDocument } from './InterfaceBuilder'; import { IOSSplashConfig } from './getIosSplashConfig'; export declare const withIosSplashScreenImage: ConfigPlugin<IOSSplashConfig>; export declare function applySplashScreenStoryboard(obj: IBSplashScreenDocument, splash: IOSSplashConfig): IBSplashScreenDocument;