2.0.2 • Published 6 months ago

@types/bcswipe v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/bcswipe

Summary

This package contains type definitions for bcswipe (https://github.com/briggySmalls/bcSwipe).

Details

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

index.d.ts

// Type definitions for bcswipe 2.0
// Project: https://github.com/briggySmalls/bcSwipe
// Definitions by: Christophe Coevoet <https://github.com/stof>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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

interface JQuery<TElement = HTMLElement> {
    bcSwipe(settings?: { threshold?: number }): this;
}

Additional Details

  • Last updated: Wed, 13 Apr 2022 20:01:19 GMT
  • Dependencies: @types/jquery
  • Global values: none

Credits

These definitions were written by Christophe Coevoet.

2.0.2

6 months ago

2.0.1

7 months ago

2.0.0

2 years ago