UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

16 lines (13 loc) 477 B
// Type definitions for jquery.customSelect.js 0.5.1 // Project: http://adam.co/lab/jquery/customselect// // Definitions by: adamcoulombe <https://github.com/adamcoulombe> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped ///<reference path="../jquery/jquery.d.ts" /> interface JQueryCustomSelectOption { customClass?: string; mapClass?: boolean; mapStyle?: boolean; } interface JQuery { customSelect(val:JQueryCustomSelectOption): JQuery; }