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