UNPKG

@niku/react-native-dropdown-select

Version:
29 lines (28 loc) 669 B
export declare const styles: { container: { flexDirection: "row"; alignItems: "center"; justifyContent: "space-between"; paddingVertical: number; paddingLeft: number; paddingRight: number; borderRadius: number; backgroundColor: string; borderWidth: number; borderColor: string; }; label: { marginRight: number; color: string; }; placeholder: { color: string; marginRight: number; }; icon: { width: number; height: number; position: "absolute"; right: number; }; };