Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISvgProps

Props used for the ISvgElement.

Hierarchy

  • ISvgProps

Index

Properties

Optional className

className: string

Optional classes to use with the ISvgElement.

height

height: string

The height for the ISvgElement.

Optional style

style: CSSProperties

Optional styles to use for the ISvgElement.

url

url: string

The url for the svg image.

width

width: string

The width for the ISvgElement.

Generated using TypeDoc