Skip to content

Commit

Permalink
update typing / consistently support components in css or styled
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathantneal committed Jul 22, 2021
1 parent bb7402f commit eebdd87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react/types/stitches.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ export interface Stitches<
<
Composers extends (
| string
| React.ExoticComponent<any>
| React.JSXElementConstructor<any>
| Function
| { [name: string]: unknown }
)[]
Expand Down

0 comments on commit eebdd87

Please sign in to comment.