UNPKG
@jchinkle/react-arborist
Version:
latest (3.0.7)
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
react-arborist.netlify.app
jchinkle/react-arborist
@jchinkle/react-arborist
/
dist
/
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
>;