native-base
Version:
Essential cross-platform UI components for React Native
52 lines (51 loc) • 1.13 kB
TypeScript
export declare const Select: {
baseStyle: (props: Record<string, any>) => {
_webSelect: {
appearance: string;
WebkitAppearance: string;
MozAppearance: string;
position: string;
width: string;
height: string;
opacity: number;
zIndex: number;
};
customDropdownIconProps: {
size: string;
p: string;
pl: string;
color: string;
};
_web: {
pointerEvents: string;
};
_disabled: {
opacity: string;
bg: any;
};
_invalid: {
borderColor: any;
};
_focus: {
borderColor: any;
};
_hover: {
bg: any;
};
_actionSheetBody: {
w: string;
};
_actionSheetContent: {};
};
defaultProps: {
optimized: boolean;
};
};
export declare const SelectItem: {
baseStyle: {
p: string;
px: string;
borderRadius: string;
minH: string;
};
};