UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

77 lines (76 loc) 1.78 kB
export declare const Select: { baseStyle: () => { selection: { start: number; }; _customDropdownIconProps: { color: string; mr: string; size: string; p: string; }; _hover: { borderColor: string; }; _focus: { borderColor: string; }; _disabled: { bg: string; placeholderTextColor: string; }; _invalid: { borderColor: string; }; _dark: { _customDropdownIconProps: { color: string; mr: string; }; _hover: { borderColor: string; }; _focus: { borderColor: string; }; _disabled: { bg: string; opacity: string; placeholderTextColor: string; }; _invalid: { borderColor: string; }; }; _webSelect: { style: { appearance: string; WebkitAppearance: string; MozAppearance: string; position: string; width: string; height: string; opacity: number; zIndex: number; }; }; _web: { pointerEvents: string; }; _actionSheetBody: { w: string; }; _actionSheetContent: {}; }; defaultProps: { optimized: boolean; }; }; export declare const SelectItem: { baseStyle: { p: string; px: string; borderRadius: string; minH: string; }; };