2.9.4 • Published 6 months ago

@types/holderjs v2.9.4

Weekly downloads
1,157
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/holderjs

Summary

This package contains type definitions for holderjs (http://holderjs.com).

Details

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

index.d.ts

// Type definitions for holderjs 2.9
// Project: http://holderjs.com
// Definitions by: Soner Köksal <https://github.com/renjfk>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export as namespace Holder;

export interface Options {
    images: HTMLElement | null;
}

export function run(options?: Options): void;

Additional Details

  • Last updated: Wed, 11 Aug 2021 13:31:28 GMT
  • Dependencies: none
  • Global values: Holder

Credits

These definitions were written by Soner Köksal.

2.9.4

6 months ago

2.9.3

7 months ago

2.9.2

3 years ago

2.9.1

4 years ago

2.9.0

6 years ago