1.5.5 • Published 2 years ago
@types/gifffer v1.5.5
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.