DefinitelyTyped/types/postcss-modules-values/index.d.ts

11 lines
366 B
TypeScript

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