@nysds/nys-errormessage
Version:
The Errormessage component from the NYS Design System.
13 lines (12 loc) • 415 B
TypeScript
import { LitElement } from "lit";
export declare class NysErrorMessage extends LitElement {
showError: boolean;
errorMessage: string;
showDivider: boolean;
private _internals;
static styles: import("lit").CSSResult;
/********************** Lifecycle updates **********************/
static formAssociated: boolean;
constructor();
render(): import("lit-html").TemplateResult<1>;
}