You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
457 B
9 lines
457 B
import { ForgeListrTaskDefinition, InitTemplateOptions } from '@electron-forge/shared-types';
|
|
import { BaseTemplate } from '@electron-forge/template-base';
|
|
declare class WebpackTemplate extends BaseTemplate {
|
|
templateDir: string;
|
|
initializeTemplate(directory: string, options: InitTemplateOptions): Promise<ForgeListrTaskDefinition[]>;
|
|
}
|
|
declare const _default: WebpackTemplate;
|
|
export default _default;
|
|
//# sourceMappingURL=WebpackTemplate.d.ts.map
|