Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
fix(ali): 补充 Video objectFill 属性 type 定义
Browse files Browse the repository at this point in the history
  • Loading branch information
Darmody committed Jun 29, 2020
1 parent 91096a4 commit d965f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remax-ali/src/hostComponents/Video/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export interface VideoProps {
id?: string;
className?: string;
poster?: string;
objectFit?: 'contain' | 'fill';
objectFit?: 'contain' | 'fill' | 'cover';
initialTime?: number;
duration?: number;
controls?: boolean;
Expand Down

0 comments on commit d965f42

Please sign in to comment.