@expo/prebuild-config
Version:
Get the prebuild config
6 lines (5 loc) • 379 B
TypeScript
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;