mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-21 08:33:26 +08:00
Add missing useTextureView props (#27439)
This commit is contained in:
1
types/react-native-video/index.d.ts
vendored
1
types/react-native-video/index.d.ts
vendored
@@ -67,6 +67,7 @@ export interface VideoProperties extends ViewProps {
|
||||
controls?: boolean;
|
||||
currentTime?: number;
|
||||
progressUpdateInterval?: number;
|
||||
useTextureView?: boolean;
|
||||
onLoadStart?(): void;
|
||||
onLoad?(data: OnLoadData): void;
|
||||
onBuffer?(): void;
|
||||
|
||||
Reference in New Issue
Block a user