@types/zurb-twentytwenty
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

Installation

npm install --save @types/zurb-twentytwenty

Summary

This package contains type definitions for zurb-twentytwenty (https://github.com/zurb/twentytwenty).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/zurb-twentytwenty.

index.d.ts

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

interface TwentyTwentyOptions {
    default_offset_pct?: number | undefined;
    orientation?: string | undefined;
    before_label?: string | undefined;
    after_label?: string | undefined;
    no_overlay?: boolean | undefined;
    move_slider_on_hover?: boolean | undefined;
    move_with_handle_only?: boolean | undefined;
    click_to_move?: boolean | undefined;
}

interface JQuery {
    twentytwenty(options?: TwentyTwentyOptions): JQuery;
}

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: @types/jquery

Credits

These definitions were written by Mustafa Salaheldin.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/zurb-twentytwenty

Weekly Downloads

21

Version

0.1.3

License

MIT

Unpacked Size

3.69 kB

Total Files

5

Last publish

Collaborators

  • types