📄 insertCloned.d.ts
/home/palash/git/site/node_modules/postcss-merge-longhand/types/lib/insertCloned.d.ts
Language: ts • Lines: 2
declare function _exports(rule: import('postcss').Rule, decl: import('postcss').Declaration, props?: Partial<import('postcss').DeclarationProps> | undefined): import('postcss').Declaration;
export = _exports;