1 parent 5ce5147 commit 4435601Copy full SHA for 4435601
packages/types/src/appearance.ts
@@ -59,6 +59,7 @@ type FontWeightNumericValue = 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 90
59
type FontWeightScale = {
60
normal?: FontWeightNamedValue | FontWeightNumericValue;
61
medium?: FontWeightNamedValue | FontWeightNumericValue;
62
+ semibold?: FontWeightNamedValue | FontWeightNumericValue;
63
bold?: FontWeightNamedValue | FontWeightNumericValue;
64
};
65
0 commit comments