index.d.ts 114 B

123
  1. import type { PluginCreator } from 'postcss';
  2. declare const creator: PluginCreator<null>;
  3. export default creator;