Skip to content

Commit

Permalink
multi-backend: use react-dnd-html5-backend's own types
Browse files Browse the repository at this point in the history
  • Loading branch information
cormacrelf committed Jun 18, 2018
1 parent 55e4a6c commit bbe1439
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/angular-skyhook-multi-backend/src/ambient.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ declare module "dnd-multi-backend" {
export const MouseTransition: Transition;
}

declare module "react-dnd-html5-backend" {
import { Backend } from "dnd-multi-backend";
const HTML5Backend: Backend;
export default HTML5Backend;
export const getEmptyImage: () => HTMLImageElement;
}

declare module "react-dnd-touch-backend" {
import { Backend } from "dnd-multi-backend";
const TouchBackend: ({ enableMouseEvents: boolean }) => Backend;
Expand Down

0 comments on commit bbe1439

Please sign in to comment.