Repository URL to install this package:
|
Version:
2.7.3 ▾
|
/**
* PROPS
*/
export interface DefaultProps {
type?: string;
direction?: string;
width?: string;
height?: string;
viewBox?: string;
stroke?: string;
fill?: string;
circleFill?: string;
color?: string;
breed?: string;
dataQa?: string;
}