@types/postcss-modules-extract-imports
TypeScript icon, indicating that this package has built-in type declarations

3.0.5 • Public • Published

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

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

Credits

These definitions were written by Jeow Li Huan.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @types/postcss-modules-extract-imports

    Weekly Downloads

    14,751

    Version

    3.0.5

    License

    MIT

    Unpacked Size

    3.5 kB

    Total Files

    5

    Last publish

    Collaborators

    • types