Skip to content

Commit

Permalink
Update global.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahceylan authored Nov 28, 2024
1 parent 442cd4f commit 1435d90
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/global.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
import 'jest-extended';

declare module 'video.js' {
export interface VideoJsPlayer {
hlsQualitySelector(options?: any): void;
}
}

0 comments on commit 1435d90

Please sign in to comment.