Skip to content

Instantly share code, notes, and snippets.

@masahirompp
Created February 25, 2017 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masahirompp/543fdc185395e341f9154fbf7111d038 to your computer and use it in GitHub Desktop.
Save masahirompp/543fdc185395e341f9154fbf7111d038 to your computer and use it in GitHub Desktop.
react-dnd-touch-backend.d.ts
declare module 'react-dnd-touch-backend' {
import { Backend } from 'react-dnd'
declare const Backend: Backend
export default Backend
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment