Skip to content

Commit b89723f

Browse files
Fab: Actually inherit onClick from ButtonBase
1 parent 0f45edc commit b89723f

File tree

1 file changed

+1
-1
lines changed
  • packages/rescript-mui-material/src/components

1 file changed

+1
-1
lines changed

packages/rescript-mui-material/src/components/Fab.res

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ type variant =
4747
| String(string)
4848

4949
type props = {
50-
...ButtonBase.publicProps,
50+
...ButtonBase.publicPropsWithOnClick,
5151
/**
5252
* Override or extend the styles applied to the component.
5353
*/

0 commit comments

Comments
 (0)