@niku/react-native-dropdown-select
Version:
A Dropdown select component for React Native
31 lines (30 loc) • 883 B
TypeScript
export declare const styles: {
backdrop: {
width: number;
flex: number;
};
dropdownContainer: {
position: "absolute";
overflow: "hidden";
minWidth: number;
minHeight: number;
maxHeight: number;
backgroundColor: string;
borderBottomLeftRadius: number;
borderBottomRightRadius: number;
borderLeftWidth: number;
borderLeftColor: string;
borderRightWidth: number;
borderRightColor: string;
borderTopWidth: number;
borderTopColor: string;
borderBottomWidth: number;
borderBottomColor: string;
};
dropdownContainerPositionTop: {
borderBottomLeftRadius: number;
borderBottomRightRadius: number;
borderTopLeftRadius: number;
borderTopRightRadius: number;
};
};