We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f45edc commit b89723fCopy full SHA for b89723f
packages/rescript-mui-material/src/components/Fab.res
@@ -47,7 +47,7 @@ type variant =
47
| String(string)
48
49
type props = {
50
- ...ButtonBase.publicProps,
+ ...ButtonBase.publicPropsWithOnClick,
51
/**
52
* Override or extend the styles applied to the component.
53
*/
0 commit comments