Skip to content

Commit

Permalink
fix: css typing (#725)
Browse files Browse the repository at this point in the history
* fix: css typing

* jsx.element -> string

* revert
  • Loading branch information
huozhi committed Aug 4, 2021
1 parent 2798620 commit 2370992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ declare namespace css {
...args: any[]
): { className: string; styles: JSX.Element }
}
export { css }
export = css

0 comments on commit 2370992

Please sign in to comment.