UNPKG

@rist/preset-react

Version:
7 lines (6 loc) 346 B
import { AbstractBootstrapAction } from "../abstract/abstract.bootstrap.action"; import { IComponent } from "../interfaces/IComponent"; export declare class BootstrapComponentAction extends AbstractBootstrapAction { handle(params: IComponent): Promise<void>; } export declare const createFiles: (dirNameHyphen: string, name: string) => void;