@naturacosmeticos/natds-react
Version:
A collection of components from Natura Design System for React
6 lines (5 loc) • 306 B
TypeScript
/// <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;