// ** MUI Imports import Box from '@mui/material/Box' import Button from '@mui/material/Button' import TextField from '@mui/material/TextField' import { Label } from 'recharts' // ** Icon Imports import Icon from 'src/@core/components/icon' interface TableHeaderProps { value: string } const TableHeader = (props: TableHeaderProps) => { // ** Props return ( グループ ) } export default TableHeader