本文介绍了TypeScript 有 InputEvent 的类型定义吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
是否有任何节点 @types/*
模块或任何可以为 InputEvent
提供类型定义的东西?
Is there any node @types/*
module or anything that can provide type definition for InputEvent
?
推荐答案
- 您可以从
@types/dom-inputevent
安装它. - 它现在不在默认的
dom.d.ts
中,因为它没有得到广泛支持/最终确定如下:https://developer.mozilla.org/en-US/docs/Web/API/InputEvent - You can install it from
@types/dom-inputevent
. - It is not in the default
dom.d.ts
right now cause its not widely supported / finalized as mentioned here : https://developer.mozilla.org/en-US/docs/Web/API/InputEvent
这篇关于TypeScript 有 InputEvent 的类型定义吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!