GT2/Ejectable/node_modules/expo-splash-screen/build/ExpoSplashScreen.web.d.ts

7 lines
144 B
TypeScript
Raw Normal View History

2021-08-16 00:14:59 +00:00
declare const _default: {
readonly name: string;
preventAutoHideAsync(): boolean;
hideAsync(): boolean;
};
export default _default;