UNPKG

wix-style-react

Version:
13 lines 367 B
export function dragAndDropPuppeteerDriverFactory({ element }: { element: any; }): { beginDrag: ({ dataHook }: { dataHook: any; }) => Promise<void>; dragOver: ({ dataHook, offset }: { dataHook: any; offset: any; }) => Promise<void>; endDrag: () => any; }; //# sourceMappingURL=dragAndDropPuppeteerDriverFactory.d.ts.map