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

1.1.33 • Public • Published

Installation

npm install --save @types/jquery.leanmodal

Summary

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

Details

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

index.d.ts

/// <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: Tue, 30 Jan 2024 21:35:45 GMT
  • Dependencies: @types/jquery

Credits

These definitions were written by FinelySliced.

/@types/jquery.leanmodal/

    Package Sidebar

    Install

    npm i @types/jquery.leanmodal

    Weekly Downloads

    14

    Version

    1.1.33

    License

    MIT

    Unpacked Size

    3.46 kB

    Total Files

    5

    Last publish

    Collaborators

    • types