UNPKG

@wq/material-web

Version:

Web bindings for @wq/material

7 lines (5 loc) 189 B
import React from "react"; import { List as MuiList } from "@mui/material"; export default function List(props) { return <MuiList sx={{ bgcolor: "background.paper" }} {...props} />; }