UNPKG

tdesign-vue-next

Version:
5 lines (4 loc) 150 B
import { TypeTreeState, TypeDragHandle } from '../types'; export default function useDragHandle(state: TypeTreeState): { drag: TypeDragHandle; };