Skip to content

Commit

Permalink
[#259] Update export
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwebdev committed Oct 18, 2023
1 parent ff92849 commit be51d34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/ebay-video/shaka-player.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@
declare module 'shaka-player'
declare module 'shaka-player/dist/shaka-player.ui'
declare module 'shaka-player/dist/shaka-player.ui.debug'

export type Player = Record<string, any>
2 changes: 1 addition & 1 deletion src/ebay-video/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ export type VideoSource = {
type?: VideoSourceType
}

export { Player } from './shaka-player'
export type Player = Record<string, any>

0 comments on commit be51d34

Please sign in to comment.