1.16.3 • Published 6 months ago

@types/postcss-prefix-selector v1.16.3

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

Installation

npm install --save @types/postcss-prefix-selector

Summary

This package contains type definitions for postcss-prefix-selector (https://github.com/RadValentin/postcss-prefix-selector).

Details

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

index.d.ts

// Type definitions for postcss-prefix-selector 1.15
// Project: https://github.com/RadValentin/postcss-prefix-selector
// Definitions by: robertmaier <https://github.com/robertmaier>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped/types/postcss-prefix-selector

interface Options {
    prefix?: string | undefined;
    exclude?: ReadonlyArray<string | RegExp> | undefined;
    ignoreFiles?: ReadonlyArray<string | RegExp> | undefined;
    includeFiles?: ReadonlyArray<string | RegExp> | undefined;
    transform?: ((prefix: Readonly<string>, selector: Readonly<string>, prefixedSelector: Readonly<string>, file: Readonly<string>) => string) | undefined;
}

declare function postcssPrefixSelector(options: Readonly<Options>): (root: any) => string | undefined;

export = postcssPrefixSelector;

Additional Details

  • Last updated: Sat, 16 Apr 2022 21:01:21 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by robertmaier.

1.16.3

6 months ago

1.16.2

7 months ago

1.16.1

8 months ago

1.16.0

9 months ago

1.15.0

2 years ago