DefinitelyTyped/types/react-native/LaunchScreen.d.ts
Orta 534c8438c2 react-native - Ensures the default launch screen compiles (#37303)
* Ensures the default launch screen compiles in react-native

* Fix linter issues
2019-08-02 06:52:21 +02:00

10 lines
276 B
TypeScript

// Adds the JSX elements used in the launch screen.
declare module 'react-native/Libraries/NewAppScreen' {
export const Header: any
export const LearnMoreLinks: any
export const Colors: any
export const DebugInstructions: any
export const ReloadInstructions: any
}