Does TypeScript have type definitions for InputEvent?

前端 未结 3 1752
感情败类
感情败类 2021-01-07 18:27

Is there any node @types/* module or anything that can provide type definition for InputEvent?

Read here for more info on InputEvent<

3条回答
  •  心在旅途
    2021-01-07 18:57

    Is there any node @types/* module or anything that can provide type definition for 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

提交回复
热议问题