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
/
utils
/
index.d.ts
4 lines
(3 loc)
•
185 B
TypeScript
View Raw
1
2
3
4
import
{
SelectionType
}
from
'../types'
;
export
declare
const
noop
:
() =>
void
;
export
declare
const
isSelectableItem
:
(
selectionType
:
SelectionType
,
isParent
:
boolean
) =>
boolean
;