DefinitelyTyped/types/jquery.placeholder/index.d.ts
Leonard Thieu 1c3565933c :(
2017-06-13 13:00:42 -04:00

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
}