UNPKG
@sgnl-pro/react-tree
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.4
0.1.3
0.1.2
A tree view component for React
@sgnl-pro/react-tree
/
dist
/
svg
/
CarretRight.d.ts
4 lines
(3 loc)
•
125 B
TypeScript
View Raw
1
2
3
4
import
{
FC
,
SVGProps
}
from
'react'
;
declare
const
CarretRight
:
FC
<
SVGProps
<
SVGSVGElement
>>;
export
default
CarretRight
;