UNPKG

react-native-media-console

Version:

A media player for the react-native-video component

29 lines (28 loc) 588 B
export declare const styles: { row: { flexDirection: "row"; alignItems: "center"; justifyContent: "space-between"; }; column: { flexDirection: "column"; alignItems: "center"; justifyContent: "space-between"; }; vignette: { resizeMode: "stretch"; }; control: { padding: number; opacity: number; }; text: { backgroundColor: string; color: string; fontSize: number; textAlign: "center"; }; seekBarContainer: { width: string; }; };