2.0.4 • Published 6 months ago

@types/postcss-gap-properties v2.0.4

Weekly downloads
49,696
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/postcss-gap-properties

Summary

This package contains type definitions for postcss-gap-properties (https://github.com/jonathantneal/postcss-gap-properties#readme).

Details

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

index.d.ts

// Type definitions for postcss-gap-properties 2.0
// Project: https://github.com/jonathantneal/postcss-gap-properties#readme
// Definitions by: Piotr Kuczynski <https://github.com/pkuczynski>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import { Plugin } from 'postcss';

declare namespace GapProperties {
    interface Options {
        /**
         * @default true
         */
        preserve?: boolean | undefined;
    }

    type GapPropertiesPlugin = Plugin<Options>;
}

declare const gapProperties: GapProperties.GapPropertiesPlugin;

export = gapProperties;

Additional Details

  • Last updated: Wed, 07 Jul 2021 17:02:33 GMT
  • Dependencies: @types/postcss
  • Global values: none

Credits

These definitions were written by Piotr Kuczynski.

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