UNPKG

@naturacosmeticos/natds-react

Version:
6 lines (5 loc) 306 B
/// <reference types="react" /> import { AvatarImageProps, AvatarProps } from './Avatar.props'; export declare const isAvatarImage: (props: AvatarProps) => props is AvatarImageProps; export declare const AvatarImage: ({ size, className, ...props }: AvatarProps) => JSX.Element; export default AvatarImage;