📄 index.d.ts
/home/palash/git/site/node_modules/@csstools/postcss-cascade-layers/dist/index.d.ts
Language: ts • Lines: 4
import type { PluginCreator } from 'postcss';
import { pluginOptions } from './options';
declare const creator: PluginCreator<pluginOptions>;
export default creator;