UNPKG

robust-react-ui

Version:

A React component library, built with a focus on accessibility, extensibility and reusability.

6 lines (5 loc) 251 B
/// <reference types="react" /> import { IImageProps } from './Image.types'; import './Image.scss'; declare const Image: ({ height, width, alt, scaling, style, circle, bordered, blurred, src, }: IImageProps) => JSX.Element; export default Image;