Function: Button
▸ Button(props): ReactNode
Render a button HTML element applying the reset class name.
Parameters
| Name | Type |
|---|---|
props | Omit<Omit<DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & { ref?: null | (instance: null | HTMLButtonElement) => void | RefObject<HTMLButtonElement> }, "ref"> & RefAttributes<HTMLButtonElement> |
Returns
ReactNode
Defined in
node_modules/.pnpm/@types+react@18.2.45/node_modules/@types/react/index.d.ts:393