Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes (attempt 3/3)
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 2, 2024
1 parent fedef27 commit 1794d3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/next-yak/runtime/styled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,8 @@ type StyledLiteral<T> = <TCSSProps>(
* `;
* ```
*/
export const styled = StyledFactory as typeof StyledFactory & { // this type is wrong - but it will work correctly with compiled code
export const styled = StyledFactory as typeof StyledFactory & {
// this type is wrong - but it will work correctly with compiled code
[Tag in HtmlTags]: StyledLiteral<JSX.IntrinsicElements[Tag]> & {
attrs: <
TAttrsIn extends object = {},
Expand Down

0 comments on commit 1794d3c

Please sign in to comment.