UNPKG

@kvaser/canking-api

Version:

CanKing API to communicate with the CanKing service using Node.js.

12 lines (11 loc) 649 B
/** * A Box UI control that will be sized to the specified height and width. * A padding of 4px will be used. */ declare const SizedBox: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & { ref?: import("react").Ref<HTMLDivElement>; }, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & { height?: number; width?: number; }, {}, {}>; export default SizedBox;