react-native-element-dropdown
Version:
React Native Element Dropdown is a library that provides a customizable dropdown component for React Native applications.
66 lines • 1.51 kB
TypeScript
export declare const styles: {
mainWrap: {
justifyContent: "center";
};
container: {
flexShrink: number;
borderWidth: number;
borderColor: string;
backgroundColor: string;
shadowColor: string;
shadowOffset: {
width: number;
height: number;
};
shadowOpacity: number;
shadowRadius: number;
elevation: number;
};
flex1: {
flex: number;
};
flexShrink: {
flexShrink: number;
};
wrapTop: {
justifyContent: "flex-end";
};
dropdown: {
flexDirection: "row-reverse" | "row";
justifyContent: "space-between";
alignItems: "center";
};
title: {
marginVertical: number;
fontSize: number;
writingDirection: "ltr" | "rtl";
};
item: {
padding: number;
flexDirection: "row-reverse" | "row";
justifyContent: "space-between";
alignItems: "center";
};
textItem: {
flex: number;
fontSize: number;
writingDirection: "ltr" | "rtl";
};
icon: {
width: number;
height: number;
};
input: {
borderWidth: number;
borderColor: string;
paddingHorizontal: number;
marginBottom: number;
margin: number;
height: number;
};
fullScreen: {
alignItems: "center";
justifyContent: "center";
};
};
//# sourceMappingURL=styles.d.ts.map