Skip to content

Commit

Permalink
Fix: add types to fontWeight (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
purohitdheeraj authored Dec 11, 2023
1 parent dbc49fb commit 10ffbec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/stylex/src/StyleXCSSTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,9 @@ type fontWeight =
| 600
| 700
| 800
| 900;
| 900
| string
| number;
type gap = number | string;
type grid = gridTemplate | string;
type gridArea = gridLine | string;
Expand Down

0 comments on commit 10ffbec

Please sign in to comment.