타입스크립트 리액트 이벤트 객체 타입 지정 : Typescript event ( e ) Type : 참조

horiz.d·2021년 12월 25일
0

타입스크립트(리액트)에서 이벤트 객체 타입 지정하기

https://merrily-code.tistory.com/157

리액트 이벤트 객체의 타입 지정

onChange

e : React.ChangeEvent<HTMLInputElement>

onKeyDown / onKeyUp

e : React.KeyboardEvent<HTMLInputElement>

profile
가용한 시간은 한정적이고, 배울건 넘쳐난다.

0개의 댓글