14 lines
396 B
TypeScript
14 lines
396 B
TypeScript
/**
|
|
*
|
|
* Demos:
|
|
*
|
|
* - [Container (Material UI)](https://mui.com/material-ui/react-container/)
|
|
* - [Container (MUI System)](https://mui.com/system/react-container/)
|
|
*
|
|
* API:
|
|
*
|
|
* - [Container API](https://mui.com/system/api/container/)
|
|
*/
|
|
declare const Container: import("@mui/types").OverridableComponent<import("./ContainerProps").ContainerTypeMap<{}, "div">>;
|
|
export default Container;
|