0.1.3 • Published 6 months ago

@types/zurb-twentytwenty v0.1.3

Weekly downloads
6
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for zurb.twentytwenty 0.1
// Project: https://github.com/zurb/twentytwenty
// Definitions by: Mustafa Salaheldin <https://github.com/mustafasalahuldin>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3

/// <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: Fri, 02 Jul 2021 16:32:18 GMT
  • Dependencies: @types/jquery
  • Global values: none

Credits

These definitions were written by Mustafa Salaheldin.

0.1.2

7 months ago

0.1.3

6 months ago

0.1.1

3 years ago

0.1.0

4 years ago