Skip to content

Commit

Permalink
feat: Update TS
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldonadel committed Sep 26, 2022
1 parent 2f8275b commit e8177d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/StyleSheet/StyleSheetTypes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export interface FlexStyle {
| undefined;
alignItems?: FlexAlignType | undefined;
alignSelf?: 'auto' | FlexAlignType | undefined;
aspectRatio?: number | undefined;
aspectRatio?: number | string | undefined;
borderBottomWidth?: number | undefined;
borderEndWidth?: number | string | undefined;
borderLeftWidth?: number | undefined;
Expand Down

0 comments on commit e8177d4

Please sign in to comment.