import { StyElevationDisplay, StyElevationGroup } from "@dreipol/t3-ui" import { useTheme } from "@mui/material"; export const StyElevations = () => { const theme = useTheme(); return { theme.shadows.map((value, key) => { return }) } }