react-native-media-console
Version:
A media player for the react-native-video component
20 lines (19 loc) • 399 B
TypeScript
export declare const styles: {
container: {
backgroundColor: string;
position: "absolute";
top: number;
right: number;
bottom: number;
left: number;
justifyContent: "center";
alignItems: "center";
};
icon: {
marginBottom: number;
};
text: {
backgroundColor: string;
color: string;
};
};