UNPKG

@deepwaterexploration/dwe-controls

Version:

Web Based UVC Control Driver for the DeepWater Exploration exploreHD and HDCam

8 lines (6 loc) 251 B
import Grid from "@mui/material/Grid" export default function DevicesContainer(props) { return ( <Grid container spacing={0} alignItems="baseline" style={{ justifyContent:"center", paddingBottom: '20px' }}>{props.children}</Grid> ) }