native-base
Version:
Essential cross-platform UI components for React Native
80 lines (79 loc) • 1.89 kB
TypeScript
export declare const Select: {
baseStyle: () => {
_light: {
customDropdownIconProps: {
color: string;
mr: 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;
placeholderTextColor: string;
};
_invalid: {
borderColor: string;
};
};
customDropdownIconProps: {
size: string;
p: string;
};
_webSelect: {
style: {
appearance: string;
WebkitAppearance: string;
MozAppearance: string;
position: string;
width: string;
height: string;
opacity: number;
zIndex: number;
};
};
_web: {
pointerEvents: string;
};
_disabled: {
opacity: string;
};
_actionSheetBody: {
w: string;
};
_actionSheetContent: {};
};
defaultProps: {
optimized: boolean;
};
};
export declare const SelectItem: {
baseStyle: {
p: string;
px: string;
borderRadius: string;
minH: string;
};
};