更新
This commit is contained in:
Generated
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
import type { Plugin } from 'vite';
|
||||
export declare function addScoped(code: string): string;
|
||||
interface UniCssScopedPluginOptions {
|
||||
filter: (id: string) => boolean;
|
||||
}
|
||||
export declare function uniRemoveCssScopedPlugin(_?: UniCssScopedPluginOptions): Plugin;
|
||||
export declare function uniCssScopedPlugin({ filter }?: UniCssScopedPluginOptions): Plugin;
|
||||
export {};
|
||||
Reference in New Issue
Block a user