UNPKG

react-native-element-dropdown

Version:

React Native Element Dropdown is a library that provides a customizable dropdown component for React Native applications.

101 lines 2.43 kB
export declare const styles: { mainWrap: { justifyContent: "center"; }; container: { flexShrink: number; backgroundColor: string; borderWidth: number; borderColor: 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"; }; dropdownInside: { flexDirection: "row-reverse" | "row"; justifyContent: "space-between"; alignItems: "center"; minHeight: number; }; title: { marginVertical: number; fontSize: number; writingDirection: "ltr" | "rtl"; }; wrapItem: { marginBottom: number; }; 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; }; rowSelectedItem: { flexDirection: "row-reverse" | "row"; flexWrap: "wrap"; }; selectedItem: { padding: number; alignItems: "center"; justifyContent: "center"; borderWidth: number; borderColor: string; paddingHorizontal: number; marginVertical: number; marginRight: number; flexDirection: "row-reverse" | "row"; }; selectedTextItem: { marginLeft: number; color: string; fontSize: number; writingDirection: "ltr" | "rtl"; }; selectedTextLeftItem: { fontSize: number; color: string; writingDirection: "ltr" | "rtl"; }; fullScreen: { alignItems: "center"; justifyContent: "center"; }; }; //# sourceMappingURL=styles.d.ts.map