wix-style-react
Version:
wix-style-react
13 lines • 367 B
TypeScript
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