Skip to content

Commit

Permalink
Fix missing types (stitchesjs#998)
Browse files Browse the repository at this point in the history
* Fix missing types

add types to size-adjust, ascent-override;

* fix indentation
  • Loading branch information
BESHOI authored Jun 8, 2022
1 parent b8149d1 commit 456c505
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react/types/css.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9303,6 +9303,8 @@ export namespace AtRule {
fontWeight?: FontWeight;
src?: string;
unicodeRange?: string;
sizeAdjust?: string;
ascentOverride?: string;
}

export interface FontFaceHyphen {
Expand Down

0 comments on commit 456c505

Please sign in to comment.