@types/jquery.customselect
TypeScript icon, indicating that this package has built-in type declarations

0.5.33 • Public • Published

Installation

npm install --save @types/jquery.customselect

Summary

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

Details

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

index.d.ts

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

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

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

Additional Details

  • Last updated: Tue, 30 Jan 2024 21:35:45 GMT
  • Dependencies: @types/jquery

Credits

These definitions were written by adamcoulombe.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/jquery.customselect

Weekly Downloads

6

Version

0.5.33

License

MIT

Unpacked Size

3.26 kB

Total Files

5

Last publish

Collaborators

  • types