Skip to content

Commit

Permalink
Refactor onClick prop in Icon component
Browse files Browse the repository at this point in the history
  • Loading branch information
hervedombya committed Sep 19, 2024
1 parent 06934f2 commit 0517c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/icon/Icon.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ type Props = {
ariaLabel?: string;
withWrapper?: boolean;
style?: CSSProperties;
onClick?: () => void;
onClick?: (event: MouseEvent) => void;
};

const DelayedFallback = ({
Expand Down

0 comments on commit 0517c3f

Please sign in to comment.