paradiego
This commit is contained in:
13
node_modules/@mui/system/Container/Container.d.ts
generated
vendored
Normal file
13
node_modules/@mui/system/Container/Container.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
*
|
||||
* 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;
|
||||
Reference in New Issue
Block a user