react-native
Version:
A framework for building native apps using React
17 lines (15 loc) • 581 B
TypeScript
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated SignedSource<<b15fc15091a678dad4a314e406db84a9>>
*
* This file was translated from Flow by scripts/js-api/build-types/index.js.
* Original file: packages/react-native/Libraries/Utilities/Platform.js.flow
*/
import type { PlatformType } from "./PlatformTypes";
declare const $$Platform: PlatformType;
declare type $$Platform = typeof $$Platform;
export default $$Platform;