UNPKG

@naturacosmeticos/natds-web

Version:

A collection of components from Natura Design System for React websites and webapps

6 lines (5 loc) 255 B
import * as React from 'react'; import { ImageProps } from './Image.props'; export { ImageProps } from './Image.props'; export declare const Image: React.ForwardRefExoticComponent<ImageProps & React.RefAttributes<HTMLImageElement>>; export default Image;