mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
14 lines
465 B
TypeScript
14 lines
465 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
|
|
// TypeScript Version: 2.3
|
|
|
|
/// <reference types="jquery"/>
|
|
|
|
interface JQuery {
|
|
placeholder(options: { customClass: string }) : JQuery
|
|
placeholder() : JQuery
|
|
}
|
|
|