UNPKG

@types/postcss-modules-values

Version:
31 lines (22 loc) 935 B
# 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](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/postcss-modules-values/index.d.ts) ````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](https://npmjs.com/package/postcss) # Credits These definitions were written by [Bob Matcuk](https://github.com/bmatcuk).