3.0.4 • Published 6 months ago

@types/picturefill v3.0.4

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

Installation

npm install --save @types/picturefill

Summary

This package contains type definitions for picturefill (https://scottjehl.github.io/picturefill/).

Details

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

index.d.ts

// Type definitions for picturefill 3.0
// Project: https://scottjehl.github.io/picturefill/
// Definitions by: Alexander Azarov <https://github.com/alaz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare namespace Picturefill {
  type ElementNullable = Element | null;

  interface EvaluateArg {
    reevaluate?: boolean | undefined;
    elements: NodeList | ElementNullable[];
  }
}

declare function picturefill(arg?: Picturefill.EvaluateArg): void;

export = picturefill;
export as namespace picturefill;

Additional Details

  • Last updated: Thu, 08 Jul 2021 20:19:37 GMT
  • Dependencies: none
  • Global values: picturefill

Credits

These definitions were written by Alexander Azarov.

3.0.4

6 months ago

3.0.3

7 months ago

3.0.2

8 months ago

3.0.1

3 years ago

3.0.0

7 years ago