I am converting javascript code to typescript. I have few js files which contains shouldComponentUpdate(nextProps) {...}/ componentDidUpdate(prevProps) {...}How can we convert this code in typescript file?
↧
I am converting javascript code to typescript. I have few js files which contains shouldComponentUpdate(nextProps) {...}/ componentDidUpdate(prevProps) {...}How can we convert this code in typescript file?