aekimena-month-year-picker
Version:
Sleek, customizable month-year-picker for React Native applications
63 lines (62 loc) • 1.42 kB
TypeScript
declare const _default: {
modalContainer: {
width: "100%";
justifyContent: "flex-end";
alignItems: "center";
zIndex: number;
position: "absolute";
bottom: number;
};
containerStyle: {
width: "90%";
backgroundColor: string;
borderRadius: number;
overflow: "hidden";
};
ConfirmButtonStyle: {
paddingVertical: number;
paddingHorizontal: number;
alignItems: "center";
justifyContent: "center";
backgroundColor: string;
borderRadius: number;
top: number;
};
buttonTextStyle: {
fontSize: number;
color: string;
};
innerContainer: {
flex: number;
flexDirection: "row";
justifyContent: "center";
};
highlighter: {
height: number;
top: number;
width: "100%";
backgroundColor: string;
position: "absolute";
zIndex: number;
};
itemContainer: {
height: number;
justifyContent: "center";
alignItems: "center";
width: "100%";
};
itemText: {
fontSize: number;
color: string;
};
listContainer: {
paddingBottom: number;
paddingTop: number;
};
absolutePressItem: {
position: "absolute";
height: "100%";
width: "100%";
};
};
export default _default;