DefinitelyTyped/jquery.customselect/index.d.ts
2016-08-19 14:14:20 -07:00

16 lines
463 B
TypeScript

// 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 types="jquery" />
interface JQueryCustomSelectOption {
customClass?: string;
mapClass?: boolean;
mapStyle?: boolean;
}
interface JQuery {
customSelect(val:JQueryCustomSelectOption): JQuery;
}