react-native-lucy-radial-slider
Version:
React Native component to select or highlight a specific value from a range of values
87 lines (86 loc) • 1.85 kB
TypeScript
export declare const styles: {
container: {
justifyContent: "center";
alignItems: "center";
};
content: {
justifyContent: "center";
alignItems: "center";
position: "absolute";
left: number;
top: number;
bottom: number;
right: number;
};
statusView: {
position: "absolute";
top: number;
right: number;
};
statusValueText: {
fontSize: number;
marginTop: number;
marginBottom: number;
};
valueText: {
fontSize: number;
};
valueUnit: {
fontSize: number;
marginLeft: number;
};
statusValueUnit: {
fontSize: number;
marginTop: number;
paddingLeft: number;
};
buttonsWrapper: {
position: "absolute";
bottom: number;
justifyContent: "center";
alignItems: "center";
};
large_header: {
color: string;
fontWeight: "600";
fontSize: number;
};
center: {
flexDirection: "row";
alignItems: "center";
justifyContent: "center";
};
helperText: {
color: string;
fontWeight: "400";
fontSize: number;
};
hideValue: {
flexDirection: "row";
alignItems: "center";
};
hideCenterContent: {
justifyContent: "center";
alignItems: "center";
marginTop: number;
};
hideStatus: {
flexDirection: "row";
alignItems: "center";
marginTop: number;
};
subTitleWidth: {
textAlign: "center";
width: number;
};
centerText: {
flexDirection: "column";
};
centerTextView: {
marginTop: number;
marginRight: number;
};
speedValueUnit: {
paddingLeft: number;
};
};