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

4.0.3 • 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.

index.d.ts

import { PluginCreator } from "postcss";

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

declare const postcssFunctions: PluginCreator<Options>;

export default postcssFunctions;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 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

549

Version

4.0.3

License

MIT

Unpacked Size

3.13 kB

Total Files

5

Last publish

Collaborators

  • types