UNPKG

@wq/material-web

Version:

Web bindings for @wq/material

11 lines (10 loc) 264 B
import React from "react"; import { List as MuiList } from "@mui/material"; export default function List(props) { return /*#__PURE__*/ React.createElement(MuiList, { sx: { bgcolor: "background.paper", }, ...props, }); }