1.0.5 • Published 2 years ago

@types/jquery.pin v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
2 years ago

Installation

npm install --save @types/jquery.pin

Summary

This package contains type definitions for JQuery Pin (https://github.com/webpop/jquery.pin).

Details

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

index.d.ts

// Type definitions for JQuery Pin 1.0
// Project: https://github.com/webpop/jquery.pin
// Definitions by: Anderson Friaça <https://github.com/AndersonFriaca>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3

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

export interface Options {
    minWidth?: number | undefined;
    activeClass?: string | undefined;
    containerSelector?: string | undefined;
    padding?: {
        top?: number | undefined;
        bottom?: number | undefined;
    } | undefined;
}
declare global {
    interface JQuery {
        pin(options?: Options): JQuery;
    }
}

Additional Details

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

Credits

These definitions were written by Anderson Friaça.

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

4 years ago

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

7 years ago