native-base
Version:
Essential cross-platform UI components for React Native
146 lines (145 loc) • 3.65 kB
TypeScript
declare const _default: {
baseStyle: (props: Record<string, any>) => {
borderWidth: number;
borderRadius: string;
p: number;
_light: {
bg: string;
borderColor: string;
_checked: {
borderColor: string;
_icon: {
color: string;
};
_hover: {
borderColor: string;
_icon: {
color: string;
};
_disabled: {
borderColor: string;
_icon: {
color: string;
};
};
};
_pressed: {
borderColor: string;
_icon: {
color: string;
};
};
};
_hover: {
borderColor: string;
_disabled: {
borderColor: string;
};
};
_pressed: {
borderColor: string;
};
_invalid: {
borderColor: string;
};
};
_dark: {
bg: string;
borderColor: string;
_checked: {
borderColor: string;
_icon: {
color: string;
};
_hover: {
borderColor: string;
_icon: {
color: string;
};
_disabled: {
borderColor: string;
_icon: {
color: string;
};
};
};
_pressed: {
borderColor: string;
_icon: {
color: string;
};
};
};
_hover: {
borderColor: string;
_disabled: {
borderColor: string;
};
};
_pressed: {
borderColor: string;
};
_invalid: {
borderColor: string;
};
};
_stack: {
direction: string;
alignItems: string;
space: number;
_web: {
cursor: string;
};
};
_disabled: {
opacity: string;
_icon: {
bg: string;
};
_stack: {
opacity: string;
};
};
_focusVisible: {
_web: {
style: {
outlineWidth: string;
outlineColor: any;
outlineStyle: string;
};
};
};
};
sizes: {
lg: {
_icon: {
size: number;
};
_text: {
fontSize: string;
};
};
md: {
_icon: {
size: number;
};
_text: {
fontSize: string;
};
};
sm: {
_icon: {
size: number;
};
_text: {
fontSize: string;
};
};
};
defaultProps: {
defaultIsChecked: boolean;
size: string;
colorScheme: string;
};
};
export default _default;