3.0.5 • Published 6 months ago

@types/postcss-modules-extract-imports v3.0.5

Weekly downloads
80,349
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/postcss-modules-extract-imports

Summary

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

Details

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

index.d.ts

// Type definitions for postcss-modules-extract-imports 3.0
// Project: https://github.com/css-modules/postcss-modules-extract-imports
// Definitions by: Jeow Li Huan <https://github.com/huan086>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import { PluginCreator } from 'postcss';

declare namespace extractImports {
    interface Options {
        failOnWrongOrder?: boolean | undefined;
        createImportedName?: ((importName: string, importPath: string) => string) | undefined;
    }
}

declare const extractImports: PluginCreator<extractImports.Options>;
export = extractImports;

Additional Details

  • Last updated: Fri, 09 Jul 2021 02:32:40 GMT
  • Dependencies: @types/postcss
  • Global values: none

Credits

These definitions were written by Jeow Li Huan.

3.0.4

7 months ago

3.0.3

8 months ago

3.0.5

6 months ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.0.0

5 years ago