@sap/generator-fiori
Version:
Create an SAPUI5 application using SAP Fiori elements or a freestyle approach
10 lines • 395 B
TypeScript
export declare const FIORI_APP_SUB_GEN_NAME = "fiori-app-sub-gen";
/**
* Get the name to the bundled Fiori App sub-generator entry point for use with `composeWith`.
*
* @param headless - return the headless version
* @returns path to subgenerator
*/
export declare function getFioriAppSubGeneratorName(headless?: boolean): string;
export * from './i18n';
//# sourceMappingURL=index.d.ts.map