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

1.1.32 • Public • Published

Installation

npm install --save @types/jquery.tile

Summary

This package contains type definitions for jquery.tile (https://github.com/urin/jquery.tile.js).

Details

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

index.d.ts

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

interface JQuery {
    /**
     * Align the height of the largest of the elements arranged in the same row.
     * if columns is not specified, align the height of the largest of the all elements.
     *
     * @param columns Number of elements in a row
     */
    tile(columns?: number): void;
}

Additional Details

  • Last updated: Tue, 30 Jan 2024 21:35:45 GMT
  • Dependencies: @types/jquery

Credits

These definitions were written by Shunsuke Ohtani.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @types/jquery.tile

    Weekly Downloads

    9

    Version

    1.1.32

    License

    MIT

    Unpacked Size

    3.32 kB

    Total Files

    5

    Last publish

    Collaborators

    • types