Skip to content

Commit

Permalink
rename to PaperOwnProps
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Jul 17, 2023
1 parent aa249d4 commit d106afb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mui-material/src/Paper/Paper.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { PaperClasses } from './paperClasses';

export interface PaperPropsVariantOverrides {}

export interface PaperBaseProps {
export interface PaperOwnProps {
/**
* The content of the component.
*/
Expand Down Expand Up @@ -39,7 +39,7 @@ export interface PaperBaseProps {
}

export interface PaperTypeMap<P = {}, D extends React.ElementType = 'div'> {
props: P & PaperBaseProps;
props: P & PaperOwnProps;
defaultComponent: D;
}

Expand Down

0 comments on commit d106afb

Please sign in to comment.