UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

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