UNPKG
rss-mind-map-v2
Version:
latest (1.0.0)
1.0.0
Rss mind map is a free open source mind map core.
rss-mind-map-v2
/
dist
/
types
/
utils
/
dragMoveHelper.d.ts
9 lines
(8 loc)
•
234 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
type
{
MindElixirInstance
}
from
'../types/index'
;
declare
const
_default
: {
moved
:
boolean
;
mousedown
:
boolean
;
onMove
(
e
:
MouseEvent
,
mind
:
MindElixirInstance
):
void
;
clear
():
void
; };
export
default
_default;