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

1.0.5 • Public • Published

Installation

npm install --save @types/jquery.rowgrid

Summary

This package contains type definitions for jquery.rowgrid (https://github.com/brunjo/rowGrid.js).

Details

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

index.d.ts

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

Credits

These definitions were written by Vinayak Garg.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/jquery.rowgrid

Weekly Downloads

1

Version

1.0.5

License

MIT

Unpacked Size

3.26 kB

Total Files

5

Last publish

Collaborators

  • types