Skip to content

Commit df15f86

Browse files
fix: test
1 parent 92eff10 commit df15f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Preview/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interface RenderOperationParams {
2020
icon: React.ReactNode;
2121
type: OperationType;
2222
disabled?: boolean;
23-
onClick: (e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
23+
onClick: React.MouseEventHandler<HTMLButtonElement>;
2424
}
2525

2626
export interface FooterProps extends Actions {

0 commit comments

Comments
 (0)