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 ad6b71e commit ccf2db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,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 ccf2db5

Please sign in to comment.