import Box from '@mui/material/Box'; import { Theme } from '@mui/material/styles'; export default function ValueAsFunction() { return (
theme.palette.primary.main, }} > Border color with theme value.
); }