UNPKG

webpack-genius

Version:

**For chinese developers:** you'd better add taobao mirror before everything start. Or you may fail to install. ```bash yarn config set registry http://registry.npm.taobao.org ```

8 lines (7 loc) 209 B
import { Less } from './Less'; export declare class LessAntd extends Less { protected onInit(): void; theme(theme: object): this; protected exclude(): undefined; protected include(): string; }