Skip to content

Commit

Permalink
fix(ListItemButton): add forwardRef ListItemButton component
Browse files Browse the repository at this point in the history
Signed-off-by: seniorliketocode <[email protected]>
  • Loading branch information
capricorn-32 committed Dec 25, 2024
1 parent bc3c4d0 commit 7f1ac9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/ListItemButton/ListItemButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ const ListItemButton = React.forwardRef<HTMLDivElement, MuiListItemButtonProps>(
return <MuiListItemButton {...props} ref={ref} />;
});

export default ListItemButton;
export { ListItemButton };

0 comments on commit 7f1ac9c

Please sign in to comment.