@types/picturefill
TypeScript icon, indicating that this package has built-in type declarations

3.0.4 • Public • Published

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

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: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: none

Credits

These definitions were written by Alexander Azarov.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/picturefill

Weekly Downloads

1,082

Version

3.0.4

License

MIT

Unpacked Size

3.2 kB

Total Files

5

Last publish

Collaborators

  • types