Skip to content

Commit

Permalink
Fab: Actually inherit onClick from ButtonBase
Browse files Browse the repository at this point in the history
  • Loading branch information
fhammerschmidt committed Dec 26, 2023
1 parent 0f45edc commit b89723f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rescript-mui-material/src/components/Fab.res
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ type variant =
| String(string)

type props = {
...ButtonBase.publicProps,
...ButtonBase.publicPropsWithOnClick,
/**
* Override or extend the styles applied to the component.
*/
Expand Down

0 comments on commit b89723f

Please sign in to comment.