UNPKG

@mongez/gnz

Version:

Generator Z, the next generation of scaffolding tools.

5 lines 478 B
import { MongezReactModuleGeneratorOptions } from "./types"; export declare function getProviderTemplate(): Promise<string>; export declare function getRoutesTemplate({ routePath, appName, pageComponentName, detailsPageComponentName, withDetailsPage, useUrls, name, lazy, guarded, }: MongezReactModuleGeneratorOptions): Promise<string>; export declare function updateUrlsFile(optionsList: MongezReactModuleGeneratorOptions): Promise<void>; //# sourceMappingURL=template.d.ts.map