UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

11 lines 445 B
import { __decorate } from "tslib"; import { customElement } from 'lit/decorators/custom-element.js'; import { RhFooterUniversal } from './rh-footer-universal.js'; /** @deprecated - use `<rh-footer-universal>` */ let RhGlobalFooter = class RhGlobalFooter extends RhFooterUniversal { }; RhGlobalFooter = __decorate([ customElement('rh-global-footer') ], RhGlobalFooter); export { RhGlobalFooter }; //# sourceMappingURL=rh-global-footer.js.map