MediaQueryListListener interface definition incorrect #14703
Labels
Bug
A bug in TypeScript
Domain: lib.d.ts
The issue relates to the different libraries shipped with TypeScript
Fixed
A PR has been merged for this issue
Help Wanted
You can do this
Milestone
TypeScript Version: 2.3.0
Looking at lib.es6.d.ts we have
Expected behavior:
and it should be
MediaQueryListEvent
should be defined as well because it does not existThe text was updated successfully, but these errors were encountered: