4 lines
137 B
TypeScript
4 lines
137 B
TypeScript
import { ConfigPlugin } from '../../Plugin.types';
|
|
export declare const withSplashScreen: ConfigPlugin;
|
|
export default withSplashScreen;
|