Skip to content

Commit

Permalink
update typing / ignore defaultVariants
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathantneal committed Jul 22, 2021
1 parent 9f42ba3 commit bb7402f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/types/css-util.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export type Style<
? unknown
: K extends keyof ThemeMap
? unknown
: K extends keyof { variants: unknown; compoundVariants: unknown }
: K extends keyof { variants: unknown; defaultVariants: unknown; compoundVariants: unknown }
? unknown
: (
| Style<Media, Theme, ThemeMap, Utils>
Expand Down

0 comments on commit bb7402f

Please sign in to comment.