mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-08 09:27:19 +08:00
5 lines
219 B
TypeScript
5 lines
219 B
TypeScript
import { ServerPlugin } from '.';
|
|
export declare const debugCSS: any;
|
|
export declare const cssPlugin: ServerPlugin;
|
|
export declare function codegenCss(id: string, css: string, modules?: Record<string, string>): string;
|