mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 01:19:30 +08:00
6 lines
248 B
Text
6 lines
248 B
Text
import { WebpackPluginOptions } from '@unocss/webpack';
|
|
export * from '@unocss/webpack';
|
|
|
|
declare function UnocssWebpackPlugin<Theme extends {}>(configOrPath?: WebpackPluginOptions<Theme> | string): any;
|
|
|
|
export { UnocssWebpackPlugin as default };
|