Remove inline props from experimental

This commit is contained in:
Luna Wei
2023-05-11 23:02:25 -07:00
parent 014ea40012
commit 8c4694f708
-35
View File
@@ -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`
*/