0.5.33 • Published 1 year ago

@types/jquery.customselect v0.5.33

Weekly downloads
5
License
MIT
Repository
github
Last release
1 year ago

Installation

npm install --save @types/jquery.customselect

Summary

This package contains type definitions for jquery.customSelect.js (http://adam.co/lab/jquery/customselect//).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery.customselect.

index.d.ts

// 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
// TypeScript Version: 2.3

///<reference types="jquery" />

interface JQueryCustomSelectOption {
    customClass?: string | undefined;
    mapClass?: boolean | undefined;
    mapStyle?: boolean | undefined;
}

interface JQuery {
    customSelect(val:JQueryCustomSelectOption): JQuery;
}

Additional Details

  • Last updated: Thu, 08 Jul 2021 16:22:34 GMT
  • Dependencies: @types/jquery
  • Global values: none

Credits

These definitions were written by adamcoulombe.

0.5.33

1 year ago

0.5.32

2 years ago

0.5.30

2 years ago

0.5.31

2 years ago

0.5.29

4 years ago

0.5.28

8 years ago

0.5.27

9 years ago

0.5.26

9 years ago

0.5.25-alpha

9 years ago

0.5.24-alpha

9 years ago

0.5.23-alpha

9 years ago

0.5.22-alpha

9 years ago

0.5.21-alpha

9 years ago

0.5.20-alpha

9 years ago

0.5.19-alpha

9 years ago

0.5.14-alpha

9 years ago

0.5.13-alpha

9 years ago