native-base
Version:
Essential cross-platform UI components for React Native
18 lines (17 loc) • 408 B
TypeScript
declare const _default: {
baseStyle: (props: Record<string, any>) => {
borderRightWidth: string;
roundedLeft: string;
bg: any;
p: string;
borderColor: any;
borderWidth: string;
_text: {
color: any;
fontWeight: number;
};
alignItems: string;
justifyContent: string;
};
};
export default _default;