native-base
Version:
Essential cross-platform UI components for React Native
38 lines (37 loc) • 759 B
TypeScript
declare const _default: {
baseStyle: (props: Record<string, any>) => {
color: any;
fontWeight: string;
lineHeight: string;
};
sizes: {
'4xl': {
fontSize: (string | null)[];
};
'3xl': {
fontSize: (string | null)[];
};
'2xl': {
fontSize: (string | null)[];
};
xl: {
fontSize: (string | null)[];
};
lg: {
fontSize: (string | null)[];
};
md: {
fontSize: string;
};
sm: {
fontSize: string;
};
xs: {
fontSize: string;
};
};
defaultProps: {
size: string;
};
};
export default _default;