Interface HTMLImageElementWithProps

interface HTMLImageElementWithProps {
    altIcon?: any;
    initialClassName?: any;
}

Hierarchy

  • HTMLImageElement
    • HTMLImageElementWithProps

Properties

altIcon?: any
initialClassName?: any