native-base
Version:
Essential cross-platform UI components for React Native
55 lines (54 loc) • 1.24 kB
TypeScript
declare const _default: {
baseStyle: (props: Record<string, any>) => {
_disabled: {
opacity: number;
};
_invalid: {
borderColor: string;
borderWidth: number;
borderRadius: number;
};
onThumbColor: string;
offThumbColor: string;
offTrackColor: string;
onTrackColor: string;
_hover: {
offTrackColor: string;
onTrackColor: string;
};
_dark: {
offTrackColor: string;
onTrackColor: string;
_hover: {
offTrackColor: string;
onTrackColor: string;
};
_invalid: {
borderColor: string;
};
};
};
sizes: {
sm: {
style: {
transform: {
scale: number;
}[];
};
};
md: {};
lg: {
style: {
transform: {
scale: number;
}[];
};
margin: number;
};
};
defaultProps: {
size: string;
colorScheme: string;
};
};
export default _default;