/** * Button * Classification: mui-overrides (themed with custom emphasis variants) * MUI base: https://mui.com/material-ui/react-button/ * * We re-export MUI's Button directly. All product styling (radius, weight, * disabled elevation, and the `primary`/`secondary`/`ghost`/`destructive` * variants) is applied via the theme, so there is no wrapper code to maintain. */ export { default as Button } from '@mui/material/Button'; export type { ButtonProps } from '@mui/material/Button';