UNPKG

487 BTypeScriptView Raw
1/**
2 * Copyright (c) Meta Platforms, Inc. and affiliates.
3 *
4 * This source code is licensed under the MIT license found in the
5 * LICENSE file in the root directory of this source tree.
6 *
7 * @format
8 */
9
10// Adds the JSX elements used in the launch screen.
11
12declare module 'react-native/Libraries/NewAppScreen' {
13 export const Header: any;
14 export const LearnMoreLinks: any;
15 export const Colors: any;
16 export const DebugInstructions: any;
17 export const ReloadInstructions: any;
18}