UNPKG

react-native-video-player

Version:
12 lines 572 B
import type { CustomStyles } from 'react-native-video-player'; export interface AnimationRef { runControlsAnimation: (toValue: number, callback?: () => void) => void; } interface AnimatedWrapperProps { animationDuration: number; children: React.ReactNode; customStylesControls: CustomStyles['controls']; } export declare const AnimatedWrapper: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<AnimatedWrapperProps & import("react").RefAttributes<AnimationRef>>>; export {}; //# sourceMappingURL=ControlsAnimatedWrapper.d.ts.map