native-base
Version:
Essential cross-platform UI components for React Native
29 lines (28 loc) • 625 B
TypeScript
declare const _default: {
baseStyle: () => {
p: string;
borderWidth: string;
borderRightWidth: string;
borderLeftRadius: string;
_text: {
fontWeight: number;
};
alignItems: string;
justifyContent: string;
_light: {
bg: string;
borderColor: string;
_text: {
color: string;
};
};
_dark: {
bg: string;
borderColor: string;
_text: {
color: string;
};
};
};
};
export default _default;