astro-ghostcms/.pnpm-store/v3/files/f1/4cf509018f17fb3eba608f62b0c...

8 lines
268 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import { VitePluginConfig } from '@unocss/vite';
export * from '@unocss/vite';
import { Plugin } from 'vite';
declare function UnocssVitePlugin<Theme extends object>(configOrPath?: VitePluginConfig<Theme> | string): Plugin[];
export { UnocssVitePlugin as default };