- Preparing search index...
- The search index is not available
@fold-dev/core
- useDragging(isDragging?): {
dragging: boolean;
startDragging: (() => void);
stopDragging: (() => void);
}
-
Parameters
-
isDragging: boolean = false
Returns {
dragging: boolean;
startDragging: (() => void);
stopDragging: (() => void);
}
-
dragging: boolean
-
startDragging: (() => void)
-
stopDragging: (() => void)