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
/
NodeContent.d.ts
4 lines
(3 loc)
•
139 B
TypeScript
View Raw
1
2
3
4
import
{
FC
,
HTMLAttributes
}
from
'react'
;
import
'./main.sass'
;
export
declare
const
NodeContent
:
FC
<
HTMLAttributes
<
HTMLDivElement
>>;