1.5.5 • Published 2 years ago

@types/gifffer v1.5.5

Weekly downloads
53
License
MIT
Repository
github
Last release
2 years ago

Installation

npm install --save @types/gifffer

Summary

This package contains type definitions for gifffer (https://github.com/krasimir/gifffer#readme).

Details

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

index.d.ts

// Type definitions for gifffer 1.5
// Project: https://github.com/krasimir/gifffer#readme
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare namespace Gifffer {
    /**
     * @see {@link https://github.com/krasimir/gifffer#styling|Styling}
     */
    interface GiffferOptions {
        playButtonStyles: { [style: string]: string; };
        playButtonIconStyles: { [style: string]: string; };
    }
}

/**
 * @see {@link https://github.com/krasimir/gifffer#usage|Usage}
 */
declare function Gifffer(options?: Gifffer.GiffferOptions): HTMLButtonElement[];

export as namespace Gifffer;

export = Gifffer;

Additional Details

  • Last updated: Thu, 23 Dec 2021 23:34:40 GMT
  • Dependencies: none
  • Global values: Gifffer

Credits

These definitions were written by DefinitelyTyped.

1.5.5

2 years ago

1.5.4

2 years ago

1.5.3

2 years ago

1.5.2

4 years ago

1.5.1

7 years ago

1.5.0

8 years ago