$ cnpm install @types/postcss-modules-extract-imports
npm install --save @types/postcss-modules-extract-imports
This package contains type definitions for postcss-modules-extract-imports (https://github.com/css-modules/postcss-modules-extract-imports).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/postcss-modules-extract-imports.
// 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;
These definitions were written by Jeow Li Huan.
Copyright 2013 - present © cnpmjs.org | Home |