mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Image Background
Summary: Changelog: [Internal] Flow ImageBackground Reviewed By: christophpurrer Differential Revision: D39754591 fbshipit-source-id: dfd1386e32186a3f903f7c01f77698a54c58939d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
167965aedd
commit
4cdacb1bab
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* 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.
|
||||
*
|
||||
* @flow
|
||||
* @format
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import * as React from 'react';
|
||||
import type {ImageBackgroundProps} from './ImageProps';
|
||||
|
||||
declare class ImageBackground extends React.Component<ImageBackgroundProps> {}
|
||||
module.exports = ImageBackground;
|
||||
Reference in New Issue
Block a user