@vidit-me/react-native-wheely
Version:
An all JavaScript, highly customizable wheel picker for react-native.
24 lines (23 loc) • 496 B
TypeScript
declare const _default: {
container: {
position: "relative";
};
selectedIndicator: {
position: "absolute";
width: string;
backgroundColor: string;
borderRadius: number;
top: string;
};
scrollView: {
overflow: "hidden";
flex: number;
};
option: {
alignItems: "center";
justifyContent: "center";
paddingHorizontal: number;
zIndex: number;
};
};
export default _default;