Repository URL to install this package:
|
Version:
3.0.6-working.1 ▾
|
export interface VectorProps extends React.SVGAttributes<SVGElement> {
title?: string
description?: string
namespace?: string
className?: string
vectorClassName?: string
width?: string | number
height?: string | number
viewBox?: string
isDynamicViewBox?: boolean
dataQa?: string
}