UNPKG

291 BTypeScriptView Raw
1// Adds the JSX elements used in the launch screen.
2
3declare module 'react-native/Libraries/NewAppScreen' {
4 export const Header: any;
5 export const LearnMoreLinks: any;
6 export const Colors: any;
7 export const DebugInstructions: any;
8 export const ReloadInstructions: any;
9}