UNPKG

@visactor/vrender-kits

Version:

```typescript import { xxx } from '@visactor/vrender-kits'; ```

10 lines (9 loc) 313 B
import type { IEventTarget, IEventExtension } from '@visactor/vrender-core'; export declare class DragNDrop implements IEventExtension { rootNode: IEventTarget | null; constructor(rootNode: IEventTarget); initEvents(): void; removeEvents(): void; release(): void; private onPointerDown; }