UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

10 lines 246 B
export class Rendition { constructor(name, items) { this.name = name; this.items = items; } static createRendition(name, items) { return new Rendition(name, items); } } //# sourceMappingURL=rendition.js.map