mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Merge pull request #26621 from tinaroh/video_view_props
Add style prop to Expo Video component
This commit is contained in:
commit
fa7cc62800
1
types/expo/index.d.ts
vendored
1
types/expo/index.d.ts
vendored
@ -2222,6 +2222,7 @@ export interface VideoProps {
|
||||
translateY?: number;
|
||||
rotation?: number;
|
||||
ref?: Ref<PlaybackObject>;
|
||||
style?: StyleProp<ViewStyle>;
|
||||
}
|
||||
|
||||
export interface VideoState {
|
||||
|
||||
1
types/expo/v26/index.d.ts
vendored
1
types/expo/v26/index.d.ts
vendored
@ -2202,6 +2202,7 @@ export interface VideoProps {
|
||||
translateY?: number;
|
||||
rotation?: number;
|
||||
ref?: Ref<PlaybackObject>;
|
||||
style?: StyleProp<ViewStyle>;
|
||||
}
|
||||
|
||||
export interface VideoState {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user