react-native
Version:
A framework for building native apps using React
19 lines (17 loc) • 833 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<<8e58d35e5123fd1579ec8384649e6c33>>
*
* This file was translated from Flow by scripts/js-api/build-types/index.js.
* Original file: packages/react-native/Libraries/Image/Image.js.flow
*/
import type { ImageType } from "./ImageTypes.flow";
export type { ImageProgressEventIOS, ImagePropsIOS, ImagePropsAndroid, ImageSourcePropType, ImageLoadEvent, ImageErrorEvent, ImagePropsBase, ImageProps, ImageBackgroundProps } from "./ImageProps";
export type { ImageResolvedAssetSource, ImageSize } from "./ImageTypes.flow";
declare const $$Image: ImageType;
declare type $$Image = typeof $$Image;
export default $$Image;