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

1.13.2 • Public • Published

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

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

Credits

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

Readme

Keywords

none

Package Sidebar

Install

npm i @types/postcss-plugins

Weekly Downloads

50

Version

1.13.2

License

MIT

Unpacked Size

3.22 kB

Total Files

5

Last publish

Collaborators

  • types