@kvaser/canking-api
Version:
CanKing API to communicate with the CanKing service using Node.js.
7 lines (6 loc) • 529 B
TypeScript
/**
* A Box UI control that will fill up it's parent's view completely.
* A padding of 4px will be used.
*/
declare const FillBox: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
export default FillBox;