UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

21 lines (20 loc) 646 B
import { LitElement } from 'lit'; import { SlotController } from '@patternfly/pfe-core/controllers/slot-controller.js'; export declare class RhFooterLinks extends LitElement { #private; static readonly styles: CSSStyleSheet; /** * Cause the header slot to be visually hidden. * Setting this to true will not affect `aria-labelledby`. */ headerHidden: boolean; protected slots: SlotController; connectedCallback(): void; updateAccessibility(): void; render(): import("lit").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'rh-footer-links': RhFooterLinks; } }