// Type definitions for postcss-modules-values 3.0 // Project: https://github.com/css-modules/postcss-modules-values#readme // Definitions by: Bob Matcuk // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.2 import { Plugin } from "postcss"; declare const values: Plugin; export = values;