react-native-video-player
Version:
A <VideoPlayer /> component for React Native with controls
12 lines • 572 B
TypeScript
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