UNPKG

narraleaf

Version:

Create your visual novel with Electron and React

15 lines (14 loc) 343 B
import { WebpackModule } from "../../build/webpack"; export declare class Babel extends WebpackModule { useReact: boolean; test: RegExp; exclude: RegExp; constructor(useReact: boolean); getLoader(): { loader: string; options: { presets: string[]; }; }; getPresets(): string[]; }