init
This commit is contained in:
9
cool-admin-vue/packages/vite-plugin/dist/uniapp-x/tailwind.d.ts
vendored
Normal file
9
cool-admin-vue/packages/vite-plugin/dist/uniapp-x/tailwind.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { Plugin } from "vite";
|
||||
/**
|
||||
* 转换类名中的特殊字符为安全字符
|
||||
*/
|
||||
export declare function toSafeClass(className: string): string;
|
||||
/**
|
||||
* Tailwind 类名转换插件
|
||||
*/
|
||||
export declare function tailwindPlugin(): Plugin<any>[];
|
Reference in New Issue
Block a user