Skip to content

Commit

Permalink
Remove inline props from experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna Wei committed May 12, 2023
1 parent 014ea40 commit 8c4694f
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions packages/react-native/types/experimental.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`
*/
Expand Down

0 comments on commit 8c4694f

Please sign in to comment.