UNPKG

css-module-type-definitions

Version:
10 lines (9 loc) 312 B
import type webpack from 'webpack'; import type { CMTDOptions } from '.'; export declare class CMTDWebpackPlugin implements webpack.Plugin { private readonly cmtd; private isWatching; constructor(options: CMTDOptions); apply(compiler: webpack.Compiler): void; } export default CMTDWebpackPlugin;