mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
11 lines
353 B
TypeScript
11 lines
353 B
TypeScript
// Type definitions for postcss-icss-values 2.0
|
|
// Project: https://github.com/css-modules/postcss-icss-values
|
|
// Definitions by: Jeow Li Huan <https://github.com/huan086>
|
|
// Definitions: https://github.com/huan086/postcss-plugins-typings
|
|
// TypeScript Version: 2.2
|
|
|
|
import { Plugin } from "postcss";
|
|
|
|
declare const values: Plugin<{}>;
|
|
export = values;
|