UNPKG

react-native-video-zoom-control

Version:

A video player overlay for React Native Video that supports pinch-to-zoom and multiple video renditions.

35 lines (34 loc) 716 B
export declare const styles: { container: { alignSelf: "stretch"; height: number; marginLeft: number; marginRight: number; }; track: { backgroundColor: string; height: number; position: "relative"; top: number; width: string; }; fill: { backgroundColor: string; height: number; width: string; }; handle: { position: "absolute"; marginLeft: number; height: number; width: number; }; circle: { borderRadius: number; position: "relative"; top: number; left: number; height: number; width: number; }; };