File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
test/mui-overridable-component Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -22,17 +22,13 @@ interface OverridableComponent<TypeMap extends OverridableTypeMap> {
2222 props : {
2323 /**
2424 * The component used for the root node.
25- * Either a string to use a HTML element or a component.
2625 */
2726 component : RootComponent ;
2827 } & OverrideProps < TypeMap , RootComponent > ,
2928 ) : React . JSX . Element | null ;
3029 ( props : DefaultComponentProps < TypeMap > ) : React . JSX . Element | null ;
3130}
3231
33- /**
34- * Props of the component if `component={Component}` is used.
35- */
3632type OverrideProps <
3733 TypeMap extends OverridableTypeMap ,
3834 RootComponent extends React . ElementType ,
Original file line number Diff line number Diff line change 2323 ]
2424 },
2525 "documentation" : {
26- "description" : " The component used for the root node.\r\n Either a string to use a HTML element or a component. "
26+ "description" : " The component used for the root node."
2727 },
2828 "optional" : true
2929 },
You can’t perform that action at this time.
0 commit comments