mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
10 lines
369 B
TypeScript
10 lines
369 B
TypeScript
// Type definitions for jquery.superLink
|
|
// Project: http://james.padolsey.com/demos/plugins/jQuery/superLink/superlink.jquery.js
|
|
// Definitions by: Blake Niemyjski <https://github.com/niemyjski/>
|
|
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
|
|
|
/// <reference path="../jquery/jquery.d.ts"/>
|
|
|
|
interface JQuery {
|
|
superLink(link?: string): JQuery;
|
|
} |