@types/css-global-variables
TypeScript icon, indicating that this package has built-in type declarations

3.0.4 • Public • Published

Installation

npm install --save @types/css-global-variables

Summary

This package contains type definitions for css-global-variables (https://github.com/colxi/css-global-variables).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/css-global-variables.

index.d.ts

export interface CGVInterface {
    [index: string]: string;
}

export const CSSGlobalVariables: {
    new(
        config?: {
            filter?: string | undefined;
            autoprefix?: boolean | undefined;
            normalize?: ((name: string) => string) | undefined;
        },
    ): CGVInterface;
};

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by M. Ege Ercan.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/css-global-variables

Weekly Downloads

28

Version

3.0.4

License

MIT

Unpacked Size

3.25 kB

Total Files

5

Last publish

Collaborators

  • types