@types/postcss-functions
TypeScript icon, indicating that this package has built-in type declarations

4.0.4 • Public • Published

Installation

npm install --save @types/postcss-functions

Summary

This package contains type definitions for postcss-functions (https://github.com/andyjansson/postcss-functions).

Details

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

import { PluginCreator } from "postcss";

export interface Options {
    functions: {
        [key: string]: (...args: any[]) => any;
    };
}

declare const postcssFunctions: PluginCreator<Options>;

export default postcssFunctions;

Additional Details

  • Last updated: Fri, 28 Jun 2024 16:37:14 GMT
  • Dependencies: postcss

Credits

These definitions were written by Adam Thompson-Sharpe.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/postcss-functions

Weekly Downloads

2,485

Version

4.0.4

License

MIT

Unpacked Size

3.18 kB

Total Files

5

Last publish

Collaborators

  • types