mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove inline props from experimental
This commit is contained in:
-35
@@ -38,41 +38,6 @@ export {};
|
||||
|
||||
declare module '.' {
|
||||
export interface FlexStyle {
|
||||
/**
|
||||
* Equivalent to `top`, `bottom`, `right` and `left`
|
||||
*/
|
||||
inset?: DimensionValue | undefined;
|
||||
|
||||
/**
|
||||
* Equivalent to `top`, `bottom`
|
||||
*/
|
||||
insetBlock?: DimensionValue | undefined;
|
||||
|
||||
/**
|
||||
* Equivalent to `bottom`
|
||||
*/
|
||||
insetBlockEnd?: DimensionValue | undefined;
|
||||
|
||||
/**
|
||||
* Equivalent to `top`
|
||||
*/
|
||||
insetBlockStart?: DimensionValue | undefined;
|
||||
|
||||
/**
|
||||
* Equivalent to `right` and `left`
|
||||
*/
|
||||
insetInline?: DimensionValue | undefined;
|
||||
|
||||
/**
|
||||
* Equivalent to `right` or `left`
|
||||
*/
|
||||
insetInlineEnd?: DimensionValue | undefined;
|
||||
|
||||
/**
|
||||
* Equivalent to `right` or `left`
|
||||
*/
|
||||
insetInlineStart?: DimensionValue | undefined;
|
||||
|
||||
/**
|
||||
* Equivalent to `marginVertical`
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user