UNPKG
@deepdub/react-arborist
Version:
latest (3.4.2)
3.4.2
3.4.1
react-arborist.netlify.app
brimdata/react-arborist
@deepdub/react-arborist
/
dist
/
module
/
components
/
default-cursor.d.ts
4 lines
(3 loc)
•
154 B
TypeScript
View Raw
1
2
3
4
import
React
from
"react"
;
import
{
CursorProps
}
from
"../types/renderers"
;
export
declare
const
DefaultCursor
:
React
.
NamedExoticComponent
<
CursorProps
>;