1.0.5 • Published 2 years ago
@types/jquery.pin v1.0.5
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.