TypeScript React img / onLoad event.target找不到naturalWidth naturalHeight
?
?
return <img {...props} onLoad={event => {
console.log(event.target.naturalWidth)
}}/>
我想在TypeScript React中检索naturalWidth和naturalHeight。
但是被卡住了,TypeScript找不到那个属性。
如何在TypeScript React中检索naturalWidth和naturalHeight?
转载请注明出处:http://www.cjhyc.com/article/20230514/1250549.html