mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
78614de1cb
Differential Revision: D32559015 (https://github.com/facebook/react-native/commit/589b129581903a737a64e14eab3f2e29620831d5) Original commit changeset: c0409e6e5dd9 Original Phabricator Diff: D32559015 (https://github.com/facebook/react-native/commit/589b129581903a737a64e14eab3f2e29620831d5) fbshipit-source-id: 91cfcc86582c4716fc531a73bd8e06dea1406abd
16 lines
307 B
JavaScript
16 lines
307 B
JavaScript
/**
|
|
* 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.
|
|
*
|
|
* @format
|
|
* @flow strict
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
import type {Rect} from './Rect';
|
|
|
|
export type EdgeInsetsProp = Rect;
|