Skip to content

Commit

Permalink
add typing to new sdl url options
Browse files Browse the repository at this point in the history
  • Loading branch information
maxired committed Apr 29, 2024
1 parent 2d7c7a6 commit 45c7fc3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/file.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ export interface FileConfig {
forceFLV?: boolean
hlsOptions?: Record<string, any>
hlsVersion?: string
hlsSdkUrl?: string
dashVersion?: string
dashSdkUrl?: string
flvVersion?: string
flvSdkUrl?: string
}

export interface FilePlayerProps extends BaseReactPlayerProps {
Expand Down

0 comments on commit 45c7fc3

Please sign in to comment.