mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
14 lines
338 B
TypeScript
14 lines
338 B
TypeScript
// Type definitions for jquery.placeholder.js 2.0.7
|
|
// Project: https://github.com/mathiasbynens/jquery-placeholder
|
|
// Definitions by: Peter Gill <https://github.com/majorsilence>
|
|
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
|
|
|
/// <reference path="../jquery/jquery.d.ts"/>
|
|
|
|
interface JQuery {
|
|
|
|
placeholder() : void;
|
|
|
|
}
|
|
|