mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
11 lines
366 B
TypeScript
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;
|