UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

8 lines (7 loc) 299 B
import React from 'react'; import { CommentAvatarProps } from './type'; declare const CommentAvatar: { ({ as, src, className, children, ...props }: CommentAvatarProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>; displayName: string; }; export default CommentAvatar;