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

11 lines
330 B
TypeScript
Raw Normal View History

2021-08-16 00:14:59 +00:00
import { Color } from '../SplashScreenConfig';
/**
* Creates imageset containing solid color image that is used as a background for Splash Screen.
*/
export default function configureAssets(iosProjectPath: string, config: {
backgroundColor: Color;
darkMode?: {
backgroundColor?: Color;
};
}): Promise<void>;