@niku/react-native-dropdown-select
Version:
A Dropdown select component for React Native
29 lines (28 loc) • 669 B
TypeScript
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;
};
};