UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

15 lines (14 loc) 313 B
declare function baseStyle(props: Record<string, any>): { borderRadius: string; borderWidth: number; borderColor: any; bg: any; size: number; position: string; right: number; bottom: number; }; declare const _default: { baseStyle: typeof baseStyle; }; export default _default;