UNPKG
react-svg-convert
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Svg Converter react components
zero-icons.github.io
zero-icons/react-svg-convert
react-svg-convert
/
index.d.ts
4 lines
(3 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
import
*
as
React
from
'react'
;
declare
const
SvgConvert
:
React
.
ForwardRefExoticComponent
<
React
.
SVGProps
<
SVGSVGElement
> & {
size
?:
string
,
title
?:
string
,
titleId
?:
string
}>;
export
default
SvgConvert
;