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

4.0.2 • Public • Published

Installation

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

Summary

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

Details

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

index.d.ts

import { PluginCreator } from "postcss";

declare namespace values {
    interface Options {
        createImportedName(name: string): string;
    }
}

declare const creator: PluginCreator<values.Options>;

export = creator;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: postcss

Credits

These definitions were written by Bob Matcuk.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/postcss-modules-values

Weekly Downloads

13,034

Version

4.0.2

License

MIT

Unpacked Size

3.18 kB

Total Files

5

Last publish

Collaborators

  • types