demo(tag): improve import type DragEndEvent for dnd-kit (#50615)

pull/50613/head^2
thinkasany 5 months ago committed by GitHub
parent 911ea14ec0
commit df933e94ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,6 +1,6 @@
import React, { useState } from 'react';
import { closestCenter, DndContext, PointerSensor, useSensor, useSensors } from '@dnd-kit/core';
import type { DragEndEvent } from '@dnd-kit/core/dist/types/index';
import type { DragEndEvent } from '@dnd-kit/core';
import {
arrayMove,
horizontalListSortingStrategy,

Loading…
Cancel
Save