diff --git a/docs/src/components/action/More.tsx b/docs/src/components/action/More.tsx index 167b86688e4e93..37ed24a8f19ce6 100644 --- a/docs/src/components/action/More.tsx +++ b/docs/src/components/action/More.tsx @@ -5,7 +5,7 @@ import ButtonBase, { ButtonBaseProps } from '@mui/material/ButtonBase'; import Typography from '@mui/material/Typography'; import KeyboardArrowRightRounded from '@mui/icons-material/KeyboardArrowRightRounded'; -export default (function More(props: ButtonBaseProps) { +export default (function More
(props: ButtonBaseProps & P) {
const ref = React.useRef