UNPKG

@naturacosmeticos/natds-web

Version:

A collection of components from Natura Design System for React websites and webapps

13 lines (12 loc) 485 B
import * as React from 'react'; import { IListItemAvatarProps } from './ListItemAvatar.props'; export { IListItemAvatarProps } from './ListItemAvatar.props'; /** * ## Importing * * ``` * import { ListItemAvatar } from "@naturacosmeticos/natds-web"; * ``` */ export declare const ListItemAvatar: React.ForwardRefExoticComponent<Pick<IListItemAvatarProps, "style" | "className" | "children" | "classes" | "innerRef"> & React.RefAttributes<unknown>>; export default ListItemAvatar;