@types/postcss-calc
TypeScript definitions for postcss-calc
Last updated 7 years ago by types .
MIT · Repository · Original npm · Tarball · package.json
$ cnpm install @types/postcss-calc 
SYNC missed versions from official npm registry.

Installation

npm install --save @types/postcss-calc

Summary

This package contains type definitions for postcss-calc (https://github.com/postcss/postcss-calc).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/postcss-calc.

index.d.ts

// 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;

Additional Details

  • Last updated: Tue, 04 Jan 2022 19:01:36 GMT
  • Dependencies: @types/postcss
  • Global values: none

Credits

These definitions were written by Jeow Li Huan.

Current Tags

  • 8.2.0                                ...           latest (4 years ago)
  • 7.0.0                                ...           ts2.2 (7 years ago)
  • 7.0.0                                ...           ts2.3 (7 years ago)
  • 7.0.0                                ...           ts2.4 (7 years ago)
  • 7.0.0                                ...           ts2.5 (7 years ago)
  • 7.0.0                                ...           ts2.6 (7 years ago)
  • 7.0.0                                ...           ts2.7 (7 years ago)
  • 7.0.0                                ...           ts2.8 (7 years ago)
  • 7.0.0                                ...           ts2.9 (7 years ago)
  • 7.0.0                                ...           ts3.0 (7 years ago)
  • 7.0.0                                ...           ts3.1 (7 years ago)
  • 7.0.0                                ...           ts3.2 (7 years ago)
  • 7.0.0                                ...           ts3.3 (7 years ago)
  • 7.0.0                                ...           ts3.4 (7 years ago)
  • 7.0.0                                ...           ts3.5 (7 years ago)
  • 7.0.2                                ...           ts3.6 (5 years ago)
  • 7.0.2                                ...           ts3.7 (5 years ago)
  • 8.1.0                                ...           ts3.8 (4 years ago)
  • 8.1.0                                ...           ts3.9 (4 years ago)
  • 8.1.0                                ...           ts4.0 (4 years ago)
  • 8.1.0                                ...           ts4.1 (4 years ago)
  • 8.1.0                                ...           ts4.2 (4 years ago)
  • 8.1.0                                ...           ts4.3 (4 years ago)
  • 8.1.0                                ...           ts4.4 (4 years ago)
  • 8.1.0                                ...           ts4.5 (4 years ago)
  • 8.1.0                                ...           ts4.6 (4 years ago)

5 Versions

  • 8.2.0 [deprecated]           ...           4 years ago
  • 8.1.0                                ...           4 years ago
  • 7.0.2                                ...           5 years ago
  • 7.0.1                                ...           5 years ago
  • 7.0.0                                ...           7 years ago
Maintainers (1)
Downloads
Today 0
This Week 1
This Month 2
Last Day 0
Last Week 1
Last Month 0
Dependencies (1)
Dev Dependencies (0)
None
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org | Home |