UNPKG

ngx-chess-board

Version:
8 lines (4 loc) 153 B
import { CdkDragStart } from '@angular/cdk/drag-drop'; export interface DragStartProcessor { dragStarted: (event: CdkDragStart) => void; }