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 / atoms / Placeholder / ImagePlaceholder / ImagePlaceholder.d.ts
Size: Mime:
import React from 'react';
import { PlaceholderVectorProps } from '../typings';
declare class ImagePlaceholder extends React.PureComponent<PlaceholderVectorProps> {
    static defaultProps: {
        className: string;
        fill: string;
        viewBox: string;
        width: string;
        height: string;
        isDynamicViewBox: boolean;
    };
    render(): JSX.Element;
}
export { ImagePlaceholder };
export default ImagePlaceholder;