UNPKG

@niku/react-native-dropdown-select

Version:
31 lines (30 loc) 883 B
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; }; };