Skip to content

Commit

Permalink
add SvgProp
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Aug 9, 2024
1 parent 4086c20 commit 9c2287d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,9 @@ declare global {
interface HTMLAttributes<T> {
sx?: SxProps<Theme>;
}
interface SVGProps<T> {
sx?: SxProps<Theme>;
}
}
}
```
Expand Down

0 comments on commit 9c2287d

Please sign in to comment.