UNPKG

@cqfactory/component-generator

Version:

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

9 lines 370 B
import { UIConfiguration } from './uIconfiguration'; export declare class ReactConfiguration extends UIConfiguration { uniqueAppId: string; reactClass: string; reactComponentsSrcPath: string; constructor(uniqueAppId: string, reactClass: string, reactComponentsSrcPath: string); configType(): string; } //# sourceMappingURL=reactConfiguration.d.ts.map