native-base
Version:
Essential cross-platform UI components for React Native
45 lines (44 loc) • 894 B
TypeScript
declare const _default: {
baseStyle: () => {
_light: {
color: string;
};
_dark: {
color: string;
};
fontWeight: string;
lineHeight: string;
};
sizes: {
'4xl': {
fontSize: (string | null)[];
letterSpacing: string;
};
'3xl': {
fontSize: (string | null)[];
letterSpacing: string;
};
'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;