UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

19 lines (18 loc) 402 B
declare function baseStyle({ isVertical, ...props }: Record<string, any>): { flexDirection: string; space: number; _avatar: { borderColor: any; borderWidth: number; }; _hiddenAvatarPlaceholder: { bg: any; }; }; declare const _default: { baseStyle: typeof baseStyle; defaultProps: { isVertical: boolean; }; }; export default _default;