UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

9 lines 279 B
/** This is experimental and may change at any time without warning */ export class RHDSSSRController { constructor(host) { this.host = host; this.isRHDSSSRController = true; host.addController(this); } } //# sourceMappingURL=ssr-controller.js.map