EASYAIuniappNewUI/node_modules/@dcloudio/uni-cli-shared/dist/postcss/plugins/stylePluginScoped.d.ts
2025-02-08 18:50:38 +08:00

4 lines
126 B
TypeScript

import type { PluginCreator } from 'postcss';
declare const scopedPlugin: PluginCreator<string>;
export default scopedPlugin;