@8man/react-native-media-console
Version:
A media player for the react-native-video component
30 lines (29 loc) • 648 B
TypeScript
export declare const styles: {
container: {
alignItems: "center";
justifyContent: "flex-start";
flexDirection: "row";
height: number;
marginLeft: number;
marginRight: number;
width: number;
};
track: {
backgroundColor: string;
height: number;
marginLeft: number;
};
fill: {
backgroundColor: string;
height: number;
};
handle: {
position: "absolute";
marginTop: number;
marginLeft: number;
padding: number;
};
icon: {
marginLeft: number;
};
};