native-base
Version:
Essential cross-platform UI components for React Native
20 lines (19 loc) • 425 B
TypeScript
declare function baseStyle(props: Record<string, any>): {
bg: any;
borderColor: any;
borderWidth: number;
borderBottomWidth: number;
shadow: number;
borderRadius: string;
px: number;
_text: {
fontSize: string;
fontWeight: string;
fontFamily: string;
};
};
declare const _default: {
baseStyle: typeof baseStyle;
defaultProps: {};
};
export default _default;