UNPKG

@naturacosmeticos/natds-react

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