Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / dist / components / molecules / ImageWithLink / ImageWithLink.d.ts
Size: Mime:
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;