Skip to content

Commit

Permalink
Update types
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Demedes committed May 17, 2020
1 parent c77f744 commit 253117e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ declare module "yoga-layout-prebuilt" {
YogaJustifyContent,
YogaOverflow,
YogaPositionType,
YogaUnit
YogaUnit,
YogaMeasureMode,
} from "yoga-layout";
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
]
},
"dependencies": {
"@types/yoga-layout": "1.9.1"
"@types/yoga-layout": "1.9.2"
}
}

0 comments on commit 253117e

Please sign in to comment.