index.d.ts 146 B

1234
  1. import type { AcceptedPlugin, PluginCreator } from 'postcss'
  2. declare const plugin: PluginCreator<AcceptedPlugin | string | void>
  3. export = plugin