UNPKG

wix-style-react

Version:
8 lines (6 loc) 285 B
import { BaseDriver } from '@wix/wix-ui-test-utils/driver-factory'; export interface DraggableDriver extends BaseDriver { beginDrag: (details: { dataHook: string }) => void; dragOver: (details: { dataHook: string }) => void; endDrag: (details: { dataHook?: string }) => void; }