1.13.2 • Published 6 months ago

@types/postcss-plugins v1.13.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/postcss-plugins

Summary

This package contains type definitions for postcss-plugins (https://github.com/himynameisdave/postcss-plugins#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/postcss-plugins.

index.d.ts

// Type definitions for postcss-plugins 1.13
// Project: https://github.com/himynameisdave/postcss-plugins#readme
// Definitions by: Piotr Błażejewicz <https://github.com/peterblazejewicz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare namespace postcssPlugins {
    interface Plugin {
        name: string;
        url: string;
        description: string;
        tags: string[];
        author: string;
        stars: number;
    }
}

declare const postcssPlugins: postcssPlugins.Plugin[];

export = postcssPlugins;

Additional Details

  • Last updated: Thu, 01 Jul 2021 21:01:35 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Piotr Błażejewicz.

1.13.2

6 months ago

1.13.1

7 months ago

1.13.0

3 years ago