📄 index.d.ts
/home/palash/git/site/node_modules/@csstools/postcss-progressive-custom-properties/dist/index.d.ts
Language: ts • Lines: 3
import type { PluginCreator } from 'postcss';
declare const creator: PluginCreator<null>;
export default creator;