$ cnpm install @types/postcss-calc
npm install --save @types/postcss-calc
This package contains type definitions for postcss-calc (https://github.com/postcss/postcss-calc).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/postcss-calc.
// Type definitions for postcss-calc 8.1
// Project: https://github.com/postcss/postcss-calc
// Definitions by: Jeow Li Huan <https://github.com/huan086>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import type { PluginCreator } from 'postcss';
export interface Options {
precision?: number | undefined;
preserve?: boolean | undefined;
warnWhenCannotResolve?: boolean | undefined;
mediaQueries?: boolean | undefined;
selectors?: boolean | undefined;
}
declare const Calc: PluginCreator<Options>;
export default Calc;
These definitions were written by Jeow Li Huan.
Copyright 2013 - present © cnpmjs.org | Home |