2.0.4 • Published 6 months ago

@types/postcss-header v2.0.4

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

Installation

npm install --save @types/postcss-header

Summary

This package contains type definitions for postcss-header (https://github.com/fengyuanchen/postcss-header).

Details

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

index.d.ts

// Type definitions for postcss-header 2.0
// Project: https://github.com/fengyuanchen/postcss-header
// Definitions by: Piotr Błażejewicz <https://github.com/peterblazejewicz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import { Plugin } from 'postcss';

declare namespace header {
    interface Options {
        /**
         * The string which will be put at the beginning of the css file.
         * @default ''
         */
        header?: string | undefined;
        /**
         * The string which will be put at the beginning of the css file.
         */
        banner?: string | undefined;
    }
    type Header = Plugin<Options>;
}

declare const header: header.Header;

export = header;

Additional Details

  • Last updated: Thu, 08 Jul 2021 20:19:44 GMT
  • Dependencies: @types/postcss
  • Global values: none

Credits

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

2.0.3

7 months ago

2.0.2

8 months ago

2.0.4

6 months ago

2.0.1

3 years ago

2.0.0

4 years ago