GT2/Ejectable/node_modules/@expo/configure-splash-screen/build/ios/index.d.ts

3 lines
180 B
TypeScript
Raw Normal View History

2021-08-16 00:14:59 +00:00
import { IosSplashScreenConfigJSON } from '../SplashScreenConfig';
export default function configureIos(projectRootPath: string, config: IosSplashScreenConfigJSON): Promise<void>;