UNPKG

@8man/react-native-media-console

Version:
30 lines (29 loc) 644 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; fontWeight: "600"; textAlign: "center"; }; seekBarContainer: { width: "100%"; }; };