1.1.33 • Published 1 year ago

@types/jquery.leanmodal v1.1.33

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

Installation

npm install --save @types/jquery.leanmodal

Summary

This package contains type definitions for leanModal.js (http://leanmodal.finelysliced.com.au/).

Details

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

index.d.ts

// Type definitions for leanModal.js 1.1
// Project: http://leanmodal.finelysliced.com.au/
// Definitions by: FinelySliced <https://github.com/FinelySliced>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3

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

interface JQueryLeanModalOption {
    top? : number | undefined;
    overlay? : number | undefined;
    closeButton? : String | undefined;
}

interface JQueryStatic {
    leanModal(): JQuery;
    leanModal(val : JQueryLeanModalOption): JQuery;
}

interface JQuery {
    leanModal(): JQuery;
    leanModal(val : JQueryLeanModalOption): JQuery;
}

Additional Details

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

Credits

These definitions were written by FinelySliced.

1.1.33

1 year ago

1.1.30

2 years ago

1.1.32

2 years ago

1.1.31

2 years ago

1.1.29

4 years ago

1.1.28

8 years ago

1.1.27

9 years ago

1.1.26

9 years ago

1.1.25-alpha

9 years ago

1.1.24-alpha

9 years ago

1.1.23-alpha

9 years ago

1.1.22-alpha

9 years ago

1.1.21-alpha

9 years ago

1.1.20-alpha

9 years ago

1.1.19-alpha

9 years ago

1.1.14-alpha

9 years ago

1.1.13-alpha

9 years ago