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 组件缺少 className 属性的类型定义
Browse files Browse the repository at this point in the history
  • Loading branch information
Darmody committed Jun 17, 2020
1 parent 4397e4e commit 9c927d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/remax-ali/src/hostComponents/Video/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { createHostComponent } from '@remax/shared';
export interface VideoProps {
src: string;
id?: string;
className?: string;
poster?: string;
objectFit?: 'contain' | 'fill';
initialTime?: number;
Expand Down

1 comment on commit 9c927d1

@vercel
Copy link

@vercel vercel bot commented on 9c927d1 Jun 17, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.