UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

11 lines (10 loc) 299 B
import { LitElement } from 'lit'; export declare class RhFooterCopyright extends LitElement { static readonly styles: CSSStyleSheet; render(): import("lit").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'rh-footer-copyright': RhFooterCopyright; } }