unocss
Version:
The instant on-demand Atomic CSS engine.
8 lines (7 loc) • 303 B
text/typescript
import { VitePluginConfig } from "@unocss/vite";
import { Plugin } from "vite";
export * from "@unocss/vite";
//#region src/vite.d.ts
declare function UnocssVitePlugin<Theme extends object>(configOrPath?: VitePluginConfig<Theme> | string): Plugin[];
//#endregion
export { UnocssVitePlugin as default };