mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 21:25:59 +08:00
13 lines
452 B
TypeScript
13 lines
452 B
TypeScript
// Type definitions for jquery.placeholder.js 2.1.1
|
|
// Project: https://github.com/mathiasbynens/jquery-placeholder
|
|
// Definitions by: Peter Gill <https://github.com/majorsilence>, Neil Culver <https://github.com/EnableSoftware>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
/// <reference path="../jquery/jquery.d.ts"/>
|
|
|
|
interface JQuery {
|
|
placeholder(options: { customClass: string }) : JQuery
|
|
placeholder() : JQuery
|
|
}
|
|
|