Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 committed Jan 9, 2024
1 parent d366946 commit 25dfcee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styled.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ declare module "styled-components" {
}

declare module "react" {
interface DOMAttributes<T> {
interface DOMAttributes {
css?: CSSProp;
}
}
Expand Down

0 comments on commit 25dfcee

Please sign in to comment.