3.0.4 • Published 6 months ago

@types/css-global-variables v3.0.4

Weekly downloads
135
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for css-global-variables 3.0
// Project: https://github.com/colxi/css-global-variables
// Definitions by: M. Ege Ercan <https://github.com/eggei>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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: Thu, 08 Jul 2021 09:08:24 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by M. Ege Ercan.