SizedBox: StyledComponent<
BoxOwnProps<Theme> & Omit<
DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>,
keyof BoxOwnProps<Theme>,
> & MUIStyledCommonProps<Theme> & {
height?: number;
padding?: string | number;
width?: number;
},
{},
{},
> = ...
A Box UI control that will be sized to the specified height and width. A padding of 4px will be used.