3.2.5 • Published 6 months ago

@types/object-fit-images v3.2.5

Weekly downloads
5,544
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/object-fit-images

Summary

This package contains type definitions for object-fit-images (https://github.com/bfred-it/object-fit-images#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/object-fit-images.

index.d.ts

// Type definitions for object-fit-images 3.2
// Project: https://github.com/bfred-it/object-fit-images#readme
// Definitions by: Ranjit Singh <https://github.com/rann91>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export as namespace objectFitImages;

export = objectFitImages;

declare function objectFitImages(
    images?: string | HTMLElement | HTMLElement[] | NodeList | null,
    options?: { watchMQ?: boolean | undefined; skipTest?: boolean | undefined },
): void;

Additional Details

  • Last updated: Mon, 04 Apr 2022 02:31:43 GMT
  • Dependencies: none
  • Global values: objectFitImages

Credits

These definitions were written by Ranjit Singh.

3.2.5

6 months ago

3.2.4

7 months ago

3.2.3

2 years ago

3.2.2

3 years ago

3.2.1

3 years ago

3.2.0

4 years ago