/** * FAB (Floating Action Button) * Classification: themed-mui * MUI base: https://mui.com/material-ui/react-floating-action-button/ */ export { default as Fab } from '@mui/material/Fab'; export type { FabProps } from '@mui/material/Fab';