Skip to content

Commit

Permalink
add space
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Apr 13, 2023
1 parent d9c6442 commit 132e413
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/mui-material/src/OverridableComponent.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ export type OverrideProps<
& BaseProps<M>
& DistributiveOmit<React.ComponentPropsWithRef<C>, keyof BaseProps<M>>
& {
/**
* The component used for the root node.
* Either a string to use a HTML element or a component.
*/
/**
* The component used for the root node.
* Either a string to use a HTML element or a component.
*/
component?: C
}
);
Expand Down

0 comments on commit 132e413

Please sign in to comment.