UNPKG

@wq/material-web

Version:

Web bindings for @wq/material

12 lines (11 loc) 266 B
import React from "react"; import { Box } from "@mui/material"; export default function View(props) { return /*#__PURE__*/ React.createElement(Box, { ...props, sx: { position: "relative", ...props.sx, }, }); }