Skip to content

Commit

Permalink
feat(useMediaControls): expose source types (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
cawa-93 committed May 11, 2021
1 parent ecd6496 commit 6b200f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/useMediaControls/index.ts
Expand Up @@ -8,7 +8,7 @@ import { ConfigurableDocument, defaultDocument } from '../_configurable'
* documentation from MDN(https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement)
*/

interface UseMediaSource {
export interface UseMediaSource {
/**
* The source url for the media
*/
Expand All @@ -20,7 +20,7 @@ interface UseMediaSource {
type?: string
}

interface UseMediaTextTrackSource {
export interface UseMediaTextTrackSource {
/**
* Indicates that the track should be enabled unless the user's preferences indicate
* that another track is more appropriate
Expand Down

0 comments on commit 6b200f0

Please sign in to comment.