@types/icss-utils

  • Version 5.1.2
  • Published
  • 3.97 kB
  • 1 dependency
  • MIT license

Install

npm i @types/icss-utils
yarn add @types/icss-utils
pnpm add @types/icss-utils

Overview

TypeScript definitions for icss-utils

Index

Functions

function createICSSRules

createICSSRules: (imports: CSSImports, exports: CSSExports) => Rule[];

    function extractICSS

    extractICSS: (css: Container, removeRules?: boolean) => ExtractedICSS;

      function replaceSymbols

      replaceSymbols: (css: Container, replacements: Replacements) => void;

        function replaceValueSymbols

        replaceValueSymbols: (value: string, replacements: Replacements) => string;

          Interfaces

          interface CSSExports

          interface CSSExports {}

            index signature

            [key: string]: string;

              interface CSSImports

              interface CSSImports {}

                index signature

                [key: string]: { [key: string]: string };

                  interface ExtractedICSS

                  interface ExtractedICSS {}

                    property icssExports

                    icssExports: CSSExports;

                      property icssImports

                      icssImports: CSSImports;

                        interface Replacements

                        interface Replacements {}

                          index signature

                          [key: string]: string;

                            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/icss-utils.

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