astro-ghostcms/.pnpm-store/v3/files/9a/ba1b997c07310be8e7111d3889a...

7 lines
252 B
Plaintext

import { WebpackPluginOptions } from '@unocss/webpack';
export * from '@unocss/webpack';
declare function UnocssWebpackPlugin<Theme extends object>(configOrPath?: WebpackPluginOptions<Theme> | string): any;
export { UnocssWebpackPlugin as default };