mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-11 21:12:50 +00:00
6 lines
132 B
TypeScript
6 lines
132 B
TypeScript
import type { Plugin } from "vite";
|
|
/**
|
|
* Tailwind 类名转换插件
|
|
*/
|
|
export declare function tailwindPlugin(): Plugin<any>[];
|