UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

5 lines (4 loc) 180 B
import type { IAvatarComponentType } from './types'; declare const Avatar: IAvatarComponentType; export { Avatar }; export type { IAvatarProps, IAvatarBadgeProps } from './types';