react-native-macos/Libraries/StyleSheet/EdgeInsetsPropType.js

16 строки
305 B
JavaScript
Исходник Обычный вид История

2015-01-30 04:10:49 +03:00
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
2015-01-30 04:10:49 +03:00
*
* @format
* @flow strict
2015-01-30 04:10:49 +03:00
*/
'use strict';
2015-01-30 04:10:49 +03:00
import type {Rect} from './Rect';
export type EdgeInsetsProp = Rect;