Urara-Blog/node_modules/.pnpm-store/v3/files/c3/7477ca58e4e5466c1ff93970f8475583a94553f25171c6a964d7f400a8441a02fc9968d366c9c5214fe0c21db2f319a717d4cc1f89517641274f0022077cba
2022-08-14 01:14:53 +08:00

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 };