4 lines
126 B
TypeScript
4 lines
126 B
TypeScript
import type { PluginCreator } from 'postcss';
|
|
declare const scopedPlugin: PluginCreator<string>;
|
|
export default scopedPlugin;
|