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

Installation

npm install --save @types/postcss-modules-scope

Summary

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

Details

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

index.d.ts

// Type definitions for postcss-modules-scope 3.0
// Project: https://github.com/css-modules/postcss-modules-scope
// Definitions by: Jeow Li Huan <https://github.com/huan086>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2

import { PluginCreator } from "postcss";

declare namespace scope {
    interface Options {
        generateScopedName?: ((
            name: string,
            path: string,
            css: string
        ) => string) | undefined;

        generateExportEntry?: ((
            name: string,
            scopedName: string,
            path: string,
            css: string
        ) => { key: string; value: string }) | undefined;
    }
}

declare const creator: PluginCreator<scope.Options>;
export = creator;

Additional Details

  • Last updated: Thu, 18 Nov 2021 19:01:41 GMT
  • Dependencies: @types/postcss
  • Global values: none

Credits

These definitions were written by Jeow Li Huan.

Current Tags

  • 3.0.0                                ...           latest (4 years ago)
  • 1.1.0                                ...           ts2.2 (7 years ago)
  • 1.1.0                                ...           ts2.3 (7 years ago)
  • 1.1.0                                ...           ts2.4 (7 years ago)
  • 1.1.0                                ...           ts2.5 (7 years ago)
  • 1.1.0                                ...           ts2.6 (7 years ago)
  • 1.1.0                                ...           ts2.7 (7 years ago)
  • 1.1.0                                ...           ts2.8 (7 years ago)
  • 1.1.0                                ...           ts2.9 (7 years ago)
  • 1.1.0                                ...           ts3.0 (7 years ago)
  • 1.1.0                                ...           ts3.1 (7 years ago)
  • 1.1.0                                ...           ts3.2 (7 years ago)
  • 1.1.0                                ...           ts3.3 (7 years ago)
  • 1.1.0                                ...           ts3.4 (7 years ago)
  • 1.1.0                                ...           ts3.5 (7 years ago)
  • 1.1.2                                ...           ts3.6 (5 years ago)
  • 1.1.2                                ...           ts3.7 (5 years ago)
  • 3.0.0                                ...           ts3.8 (4 years ago)
  • 3.0.0                                ...           ts3.9 (4 years ago)
  • 3.0.0                                ...           ts4.0 (4 years ago)
  • 3.0.0                                ...           ts4.1 (4 years ago)
  • 3.0.0                                ...           ts4.2 (4 years ago)
  • 3.0.0                                ...           ts4.3 (4 years ago)
  • 3.0.0                                ...           ts4.4 (4 years ago)
  • 3.0.0                                ...           ts4.5 (4 years ago)
  • 3.0.0                                ...           ts4.6 (4 years ago)
  • 3.0.0                                ...           ts4.7 (4 years ago)
  • 3.0.0                                ...           ts4.8 (4 years ago)
  • 3.0.0                                ...           ts4.9 (4 years ago)

4 Versions

  • 3.0.0                                ...           4 years ago
  • 1.1.2                                ...           5 years ago
  • 1.1.1                                ...           5 years ago
  • 1.1.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 |