@sap/generator-fiori
Version:
Create an SAPUI5 application using SAP Fiori elements or a freestyle approach
18 lines • 842 B
TypeScript
import type { Floorplan } from '@sap/ux-generator-common';
/**
* Get the path to the subgens that support the specified floorplan
* @param floorplan
* @param headless - return the headless version
* @returns path to subgenerator
* @deprecated Since yeoman-generator@^5.8.0 generator path can not be used, on its own, as an argument to composeWith. Use `getSubGeneratorName`.
*/
export declare function getSubGeneratorPath(floorplan: Floorplan, headless?: boolean): string;
/**
* Get the fully qualified generator name that support the specified floorplan
*
* @param floorplan
* @param headless - return the headless version
* @returns the subgenerator name e.g. '@sap/fiori-elements:app-headless'
*/
export declare function getSubGeneratorName(floorplan: Floorplan, headless?: boolean): string;
//# sourceMappingURL=index.d.ts.map