3.0.4 • Published 6 months ago

@types/postcss-modules-scope v3.0.4

Weekly downloads
86,562
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/postcss-modules-scope

Summary

This package contains type definitions for postcss-modules-scope (https://github.com/css-modules/postcss-modules-scope).

Details

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

index.d.ts

// Type definitions for postcss-modules-scope 3.0
// Project: https://github.com/css-modules/postcss-modules-scope
// Definitions by: Jeow Li Huan <https://github.com/huan086>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2

import { PluginCreator } from "postcss";

declare namespace scope {
    interface Options {
        generateScopedName?: ((
            name: string,
            path: string,
            css: string
        ) => string) | undefined;

        generateExportEntry?: ((
            name: string,
            scopedName: string,
            path: string,
            css: string
        ) => { key: string; value: string }) | undefined;
    }
}

declare const creator: PluginCreator<scope.Options>;
export = creator;

Additional Details

  • Last updated: Thu, 18 Nov 2021 19:01:41 GMT
  • Dependencies: @types/postcss
  • Global values: none

Credits

These definitions were written by Jeow Li Huan.

3.0.4

6 months ago

3.0.3

7 months ago

3.0.2

8 months ago

3.0.1

2 years ago

3.0.0

2 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

5 years ago