index.d.ts 115 Bytes
import type { PluginCreator } from 'postcss';
declare const creator: PluginCreator<never>;
export default creator;