-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove MediaPlayerEvents duplicate in index.d.ts (#4349)
Currently `index.d.ts` has a duplicate and slightly overlapping definition of `MediaPlayerEvents` interface. Although allowed in Typescript which merges both definitions, it seems to be a needless and confusing duplication. This commit removes the duplication and replaces it with a union of duplicated interface definitions.
- Loading branch information
1 parent
acafe2c
commit ff3afd1
Showing
1 changed file
with
1 addition
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters