Repository URL to install this package:
|
Version:
4.2.0-a11y.0 ▾
|
/// <reference types="react" />
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;
}