Skip to content

Instantly share code, notes, and snippets.

@funnythingz
Forked from yaakaito/FastClick.d.ts
Created April 24, 2014 04:22
Show Gist options
  • Save funnythingz/11241394 to your computer and use it in GitHub Desktop.
Save funnythingz/11241394 to your computer and use it in GitHub Desktop.
interface FastClickStatic {
attach(element: HTMLElement): void;
}
declare var FastClick: FastClickStatic;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment