Skip to content

Commit

Permalink
all-20-fingers-crossed
Browse files Browse the repository at this point in the history
  • Loading branch information
hadihallak committed Aug 12, 2021
1 parent c662b1e commit fe3feb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/types/styled-component.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export interface StyledComponent<
Type extends React.ElementType
? React.ComponentPropsWithRef<Type>
: never,
TransformProps<Props, Media> & { as?: Type } & { css?: CSS }
TransformProps<Props, Media> & { css?: CSS }
>
> {
<As = Type>(
Expand Down

0 comments on commit fe3feb4

Please sign in to comment.