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