Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 407 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 407 Bytes

4.0后 报错

declare function UnocssVitePlugin<Theme extends {}>(configOrPath?: VitePluginConfig | string): Plugin[];

declare function UnocssVitePlugin<Theme extends {}>(configOrPath?: VitePluginConfig | string): PluginOption;

DefineOptions: declare const _default: (options?: Options | undefined) => PluginOption; declare const _default: (options?: Options | undefined) => vite.Plugin;