DEV Community

Discussion on: Typing effect in React with typed.js and hooks

Collapse
 
krymancer profile image
Junior Nascimento

How do we use this in typescript?

Collapse
 
shareef profile image
Mohammed Nadeem Shareef

Just give the type to the el


const​ ​el​ ​=​ ​useRef​<​HTMLSpanElement​>​(​null​)​;

Enter fullscreen mode Exit fullscreen mode