Button
Buttons let users take actions and make choices with a single tap.
useButton API
Import
import { useButton } from '@mui/base/useButton';
// or
import { useButton } from '@mui/base';
Resolver for the root slot's props.
Type:<ExternalProps extends Record<string, any> = {}>(externalProps?: ExternalProps) => UseButtonRootSlotProps<ExternalProps>