mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-01-30 05:27:30 +00:00
10 lines
291 B
TypeScript
10 lines
291 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;
|
|
}
|