Skip to content

Commit

Permalink
fix: types error
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSuperDev committed Jun 9, 2022
1 parent 65c93d7 commit 3c3036c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export interface IVideoPlayerProps {
url: string;
poster?: string;
fluid?: boolean;
fitVideoSize: 'auto' | 'fixWidth' | 'fixHeight' | undefined;
fitVideoSize?: 'auto' | 'fixWidth' | 'fixHeight' | undefined;
progress?: number;
ref?: React.Ref<HTMLDivElement>;
}
Expand Down

0 comments on commit 3c3036c

Please sign in to comment.