css-module-type-definitions
Version:
Generate Type Definitions for CSS Modules
10 lines (9 loc) • 312 B
TypeScript
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;