UNPKG

366 BTypeScriptView Raw
1// Type definitions for postcss-modules-values 3.0
2// Project: https://github.com/css-modules/postcss-modules-values#readme
3// Definitions by: Bob Matcuk <https://github.com/bmatcuk>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5// TypeScript Version: 2.2
6
7import { Plugin } from "postcss";
8
9declare const values: Plugin<void>;
10export = values;