回答編集履歴

1

修正

2020/03/15 02:45

投稿

unhappychoice
unhappychoice

スコア1531

test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  class Button extends React.Component<Props, State> {
12
12
 
13
- handleClick: (event: MouseEvent<HTMLButtonElement, MouseEvent>) => void;
13
+ handleClick: (MouseEvent<HTMLButtonElement, MouseEvent>) => void;
14
14
 
15
15
  ```
16
16