UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

85 lines (84 loc) 1.82 kB
declare const _default: { baseStyle: (props: Record<string, any>) => { bg: string; position: string; justifyContent: string; alignItems: string; borderRadius: string; _text: { fontWeight: number; color: string; }; _image: { borderRadius: string; alt: string; _alt: { fontWeight: number; }; style: { height: string; width: string; }; }; _light: { borderColor: string; }; _dark: { borderColor: string; }; }; sizes: { xs: { width: any; height: any; _text: { fontSize: string; }; _badgeSize: any; }; sm: { width: any; height: any; _text: { fontSize: string; }; _badgeSize: any; }; md: { width: any; height: any; _text: { fontSize: string; }; _badgeSize: any; }; lg: { width: any; height: any; _text: { fontSize: string; }; _badgeSize: any; }; xl: { width: any; height: any; _text: { fontSize: string; }; _badgeSize: any; }; '2xl': { width: any; height: any; _text: { fontSize: string; }; _badgeSize: any; }; }; defaultProps: { size: string; }; }; export default _default;