Skip to content

Commit

Permalink
improvement: add typing for style imports (#804)
Browse files Browse the repository at this point in the history
types: add typing for style imports
  • Loading branch information
huozhi authored Aug 7, 2022
1 parent 984ee50 commit 6e1c5ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"babel.js",
"babel-test.js",
"style.js",
"style.d.ts",
"macro.js",
"macro.d.ts",
"css.js",
Expand Down
1 change: 1 addition & 0 deletions style.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default function JSXStyle(props: any): null

0 comments on commit 6e1c5ef

Please sign in to comment.