@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.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/postcss-gap-properties

Weekly Downloads

9,989

Version

2.0.4

License

MIT

Unpacked Size

3.4 kB

Total Files

5

Last publish

Collaborators

  • types