1.0.5 • Published 1 year ago
@types/jquery.rowgrid v1.0.5
Installation
npm install --save @types/jquery.rowgrid
Summary
This package contains type definitions for jQuery rowGrid.js plugin (https://github.com/brunjo/rowGrid.js).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery.rowgrid.
index.d.ts
// Type definitions for jQuery rowGrid.js plugin 1.0
// Project: https://github.com/brunjo/rowGrid.js
// Definitions by: Vinayak Garg <https://github.com/vinayak-garg>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
/// <reference types="jquery" />
interface JQueryRowGridJSOptions {
minMargin?: number | undefined;
maxMargin?: number | undefined;
itemSelector: string;
}
interface JQuery {
rowGrid(options?: JQueryRowGridJSOptions): JQuery;
rowGrid(appended: string): JQuery;
}
Additional Details
- Last updated: Thu, 08 Jul 2021 16:22:40 GMT
- Dependencies: @types/jquery
- Global values: none
Credits
These definitions were written by Vinayak Garg.
1.0.5
1 year ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.2
4 years ago
1.0.1
8 years ago
1.0.0
8 years ago
0.0.27
9 years ago
0.0.26
9 years ago
0.0.25-alpha
9 years ago
0.0.24-alpha
9 years ago
0.0.23-alpha
9 years ago
0.0.22-alpha
9 years ago
0.0.21-alpha
9 years ago
0.0.20-alpha
9 years ago
0.0.19-alpha
9 years ago
0.0.14-alpha
9 years ago
0.0.13-alpha
9 years ago