stylePluginScoped.d.ts 126 B

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