uni-ticket-system/node_modules/@dcloudio/uni-cli-shared/dist/postcss/plugins/stylePluginScoped.d.ts

4 lines
126 B
TypeScript
Raw Normal View History

2023-12-05 02:11:10 +00:00
import type { PluginCreator } from 'postcss';
declare const scopedPlugin: PluginCreator<string>;
export default scopedPlugin;