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

2.0.4 • Public • Published

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

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

Credits

These definitions were written by Piotr Kuczynski.

Versions

Current Tags

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.4
    7,917
  • 2.0.3
    6
  • 2.0.2
    4
  • 2.0.1
    550
  • 2.0.0
    10

Package Sidebar

Install

npm i @types/postcss-gap-properties

Weekly Downloads

8,487

Version

2.0.4

License

MIT

Unpacked Size

3.4 kB

Total Files

5

Last publish

Collaborators

  • types