UNPKG
spok-ui
Version:
latest (0.8.13)
0.8.13
0.8.12
0.8.11
0.8.10
0.8.9
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4
0.7.1
0.6.1
0.6.0
0.5.6
0.5.5
0.5.4
0.5.3
0.5.1
0.5.0
0.4.1
0.4.0
0.3.5
0.3.4
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
UI Library for SPOK system
spok-ui
/
dist
/
esm
/
types
/
components
/
Tree
/
Tree.d.ts
8 lines
(7 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
*
as
React
from
'react'
;
import
{
FolderTreeItem
}
from
'../../types/global'
;
interface
Props
{
tree
:
FolderTreeItem
[]; }
export
declare
const
Tree
:
React
.
FC
<
Props
>;
export
{};