7 lines
239 B
TypeScript
Raw Permalink Normal View History

2026-05-31 13:21:13 +02:00
import { WebpackPluginOptions } from '@unocss/webpack';
export * from '@unocss/webpack';
declare function UnocssWebpackPlugin<Theme extends object>(configOrPath?: WebpackPluginOptions<Theme> | string): any;
export = UnocssWebpackPlugin;