UNPKG

@adobe/cq-angular-editable-components

Version:

* [API](#api) * [Documentation](#documentation) * [Changelog](#changelog)

10 lines (9 loc) 206 B
/** * Helper functions for interacting with the AEM environment */ export declare const Utils: { /** * Is the app used in the context of the AEM Page editor */ isInEditor(): boolean; };