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