npm install --save @types/postcss-functions
This package contains type definitions for postcss-functions (https://github.com/andyjansson/postcss-functions).
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;
- Last updated: Fri, 28 Jun 2024 16:37:14 GMT
- Dependencies: postcss
These definitions were written by Adam Thompson-Sharpe.