UNPKG

@findnlink/neuro-ui

Version:
9 lines (8 loc) 264 B
import { HTMLAttributes } from 'react'; import { UtilInterface } from '../../util/interfaces'; export interface ImageProps extends HTMLAttributes<HTMLImageElement>, UtilInterface { src: string | any; width?: string; height?: string; props?: any; }