Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
noraleonte committed Jun 10, 2024
1 parent a6c15d8 commit b346dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/x-charts/src/themeAugmentation/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ export interface ChartsComponents<Theme = unknown> {
}

declare module '@mui/material/styles' {
interface Components extends ChartsComponents {}
interface Components<Theme = unknown> extends ChartsComponents<Theme> {}
}

0 comments on commit b346dda

Please sign in to comment.