@types/postcss-modules-scope

  • Version 3.0.4
  • Published
  • 4.01 kB
  • 1 dependency
  • MIT license

Install

npm i @types/postcss-modules-scope
yarn add @types/postcss-modules-scope
pnpm add @types/postcss-modules-scope

Overview

TypeScript definitions for postcss-modules-scope

Index

Variables

Namespaces

Variables

variable creator

const creator: PluginCreator<scope.Options>;

    Namespaces

    namespace scope

    namespace scope {}

      interface Options

      interface Options {}

        property exportGlobals

        exportGlobals?: boolean | undefined;

          property generateExportEntry

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

            property generateScopedName

            generateScopedName?:
            | ((name: string, path: string, css: string) => string)
            | undefined;

              Package Files (1)

              Dependencies (1)

              Dev Dependencies (0)

              No dev dependencies.

              Peer Dependencies (0)

              No peer dependencies.

              Badge

              To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

              You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@types/postcss-modules-scope.

              • Markdown
                [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@types/postcss-modules-scope)
              • HTML
                <a href="https://www.jsdocs.io/package/@types/postcss-modules-scope"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>