📄 mergeRules.d.ts
/home/palash/git/site/node_modules/postcss-merge-longhand/types/lib/mergeRules.d.ts
Language: ts • Lines: 2
declare function _exports(rule: import('postcss').Rule, properties: string[], callback: (rules: import('postcss').Declaration[], last: import('postcss').Declaration, props: import('postcss').Declaration[]) => boolean): void;
export = _exports;