UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

5 lines (4 loc) 143 B
import { IEntity } from "./entity"; export declare class LazyLoadingManager { static ensureLazyLoadingIsPossible(entity: IEntity): void; }