GT2/Ejectable/node_modules/expo-constants/build/Constants.d.ts

5 lines
398 B
TypeScript
Raw Normal View History

2021-08-16 00:14:59 +00:00
import { AndroidManifest, AppOwnership, Constants, ExecutionEnvironment, IOSManifest, NativeConstants, PlatformManifest, UserInterfaceIdiom, WebManifest } from './Constants.types';
export { AndroidManifest, AppOwnership, Constants, ExecutionEnvironment, IOSManifest, NativeConstants, PlatformManifest, UserInterfaceIdiom, WebManifest, };
declare const _default: Constants;
export default _default;