UNPKG

@cqfactory/component-generator

Version:

Builds ReactJS/Vue/Angular enabled AEM Touch UI components with dialogue.

10 lines 251 B
export declare enum UICONFIGS { SIGHTLY = "SIGHTLY", REACT = "REACT", ANGULAR = "ANGULAR", VUE = "VUE" } export declare abstract class UIConfiguration { abstract configType(): string; } //# sourceMappingURL=uIconfiguration.d.ts.map