@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 { AvatarLabelProps, AvatarProps } from './Avatar.props';
export declare const isAvatarLabel: (props: AvatarProps) => props is AvatarLabelProps;
export declare const AvatarLabel: ({ className, size, ...props }: AvatarProps) => JSX.Element;
export default AvatarLabel;