native-base
Version:
Essential cross-platform UI components for React Native
27 lines (26 loc) • 594 B
TypeScript
declare const _default: {
defaultProps: {
_statLabel: {
fontSize: string;
};
_statNumber: {
fontSize: string;
fontWeight: string;
my: number;
};
_statHelpText: {
_text: {
color: string;
fontSize: string;
};
flexDirection: string;
alignItems: string;
};
_statGroup: {
flexWrap: string;
space: number;
justifyContent: string;
};
};
};
export default _default;