@nysds/nys-globalfooter
Version:
The Globalfooter component from the NYS Design System.
14 lines (13 loc) • 504 B
TypeScript
import { LitElement } from "lit";
export declare class NysGlobalFooter extends LitElement {
static styles: import("lit").CSSResult;
/********************** Properties **********************/
agencyName: string;
homepageLink: string;
private slotHasContent;
/**************** Lifecycle Methods ****************/
firstUpdated(): void;
/******************** Functions ********************/
private _handleSlotChange;
render(): import("lit-html").TemplateResult<1>;
}