UNPKG

semantic-ui-react

Version:
19 lines (12 loc) 378 B
import * as React from 'react' export interface CommentAvatarProps { [key: string]: any /** An element type to render as (string or function). */ as?: any /** Additional classes. */ className?: string /** Specifies the URL of the image. */ src?: string } declare const CommentAvatar: React.StatelessComponent<CommentAvatarProps> export default CommentAvatar