Repository URL to install this package:
|
Version:
2.7.11 ▾
|
/// <reference types="react" />
export interface VectorProps extends React.SVGAttributes<any> {
title?: string;
description?: string;
namespace?: string;
className?: string;
vectorClassName?: string;
width?: string | number;
height?: string | number;
viewBox?: string;
isDynamicViewBox?: boolean;
}