Repository URL to install this package:
|
Version:
2.7.3 ▾
|
import React from 'react';
import { ImageWithLinkProps } from './typings';
declare class ImageWithLink extends React.PureComponent<ImageWithLinkProps> {
static defaultProps: {
className: string;
url: string;
src: string;
alt: string;
};
render(): JSX.Element;
}
export { ImageWithLink };
export default ImageWithLink;